Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. ftp xxx.xxx.xxx.xxx
  2. Connected to xxx.xxx.xxx.xxx.
  3. 220 Microsoft FTP Service
  4. Name (xxx.xxx.xxx.xxx:user): username
  5. 331 Password required for username.
  6. Password:
  7. 230-Welcome
  8. 230 User user logged in.
  9. Remote system type is Windows_NT.
  10. ftp> dir
  11. 500 Invalid PORT Command.
  12. ftp: bind: Address already in use
  13. ftp>
  14.  
  15. ifconfig
  16. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1460
  17. inet 10.132.0.3 netmask 255.255.255.255 broadcast 10.132.0.3
  18. ether 42:01:0a:84:00:03 txqueuelen 1000 (Ethernet)
  19. RX packets 19215527 bytes 28123647876 (26.1 GiB)
  20. RX errors 0 dropped 0 overruns 0 frame 1
  21. TX packets 10673733 bytes 814976332 (777.2 MiB)
  22. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  23.  
  24. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  25. inet 127.0.0.1 netmask 255.0.0.0
  26. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  27. loop txqueuelen 1 (Local Loopback)
  28. RX packets 162643 bytes 54080619 (51.5 MiB)
  29. RX errors 0 dropped 0 overruns 0 frame 0
  30. TX packets 162643 bytes 54080619 (51.5 MiB)
  31. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  32.  
  33. iptables -L
  34. Chain INPUT (policy ACCEPT)
  35. target prot opt source destination
  36.  
  37. Chain FORWARD (policy ACCEPT)
  38. target prot opt source destination
  39.  
  40. Chain OUTPUT (policy ACCEPT)
  41. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement