Kagee

Untitled

Jan 16th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. hildenae@sslsplit:~⟫ sudo iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4.  
  5. Chain FORWARD (policy ACCEPT)
  6. target prot opt source destination
  7.  
  8. Chain OUTPUT (policy ACCEPT)
  9. target prot opt source destination
  10. hildenae@sslsplit:~⟫ sudo iptables -L -t nat
  11. Chain PREROUTING (policy ACCEPT)
  12. target prot opt source destination
  13. REDIRECT tcp -- anywhere anywhere tcp dpt:http redir ports 8080
  14. REDIRECT tcp -- anywhere anywhere tcp dpt:https redir ports 8443
  15.  
  16. Chain INPUT (policy ACCEPT)
  17. target prot opt source destination
  18.  
  19. Chain OUTPUT (policy ACCEPT)
  20. target prot opt source destination
  21.  
  22. Chain POSTROUTING (policy ACCEPT)
  23. target prot opt source destination
  24. MASQUERADE all -- anywhere anywhere
  25.  
  26.  
  27. hildenae@sslsplit:~⟫ ip route
  28. default via 10.0.2.2 dev enp0s3
  29. 10.0.2.0/24 dev enp0s3 proto kernel scope link src 10.0.2.15
  30. 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