Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hildenae@sslsplit:~⟫ sudo iptables -L
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- Chain FORWARD (policy ACCEPT)
- target prot opt source destination
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- hildenae@sslsplit:~⟫ sudo iptables -L -t nat
- Chain PREROUTING (policy ACCEPT)
- target prot opt source destination
- REDIRECT tcp -- anywhere anywhere tcp dpt:http redir ports 8080
- REDIRECT tcp -- anywhere anywhere tcp dpt:https redir ports 8443
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- Chain POSTROUTING (policy ACCEPT)
- target prot opt source destination
- MASQUERADE all -- anywhere anywhere
- hildenae@sslsplit:~⟫ ip route
- default via 10.0.2.2 dev enp0s3
- 10.0.2.0/24 dev enp0s3 proto kernel scope link src 10.0.2.15
- 192.168.56.0/24 dev enp0s8 proto kernel scope link src 192.168.56.102
Advertisement
Add Comment
Please, Sign In to add comment