Guest User

Untitled

a guest
Jan 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. iptables -L -v
  2. Chain INPUT (policy DROP 8 packets, 440 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 4413 588K ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  5. 121 7128 ACCEPT all -- lo any anywhere anywhere
  6. 1 28 ACCEPT icmp -- any any anywhere anywhere
  7. 3 172 ACCEPT tcp -- any any anywhere anywhere tcp dpt:ssh
  8. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:domain
  9. 0 0 ACCEPT udp -- any any anywhere anywhere udp dpt:domain
  10. 136 7172 ACCEPT tcp -- any any anywhere anywhere tcp dpt:www
  11. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:https
  12. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:8443
  13. 85 4420 ACCEPT tcp -- any any anywhere anywhere tcp dpts:ftp-data:ftp
  14. 0 0 ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  15. 0 0 DROP all -- any any newshell1.bshellz.net anywhere
  16.  
  17. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  18. pkts bytes target prot opt in out source destination
  19. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 1/sec burst 5
  20. 0 0 ACCEPT udp -- any any anywhere anywhere limit: avg 1/sec burst 5
  21. 0 0 ACCEPT icmp -- any any anywhere anywhere icmp echo-request limit: avg 1/sec burst 5
  22. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5
  23.  
  24. Chain OUTPUT (policy DROP 33 packets, 1980 bytes)
  25. pkts bytes target prot opt in out source destination
  26. 4616 1571K ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  27. 121 7128 ACCEPT all -- any lo anywhere anywhere
  28. 0 0 ACCEPT icmp -- any any anywhere anywhere
  29. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:ssh
  30. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:domain
  31. 38 2675 ACCEPT udp -- any any anywhere anywhere udp dpt:domain
  32. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:www
  33. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:https
  34. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpts:ftp-data:ftp
  35. You have new mail in /var/mail/root
Add Comment
Please, Sign In to add comment