Advertisement
Guest User

Untitled

a guest
May 5th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. gryd3@Hubble:~$ sudo netstat -tunlp
  2. [sudo] password for gryd3:
  3. Active Internet connections (only servers)
  4. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  5. tcp 0 0 0.0.0.0:9000 0.0.0.0:* LISTEN 3319/node
  6. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1390/mysqld
  7. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 913/smbd
  8. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1761/apache2
  9. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 992/sshd
  10. tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 1407/postgres
  11. tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 913/smbd
  12. tcp 0 0 127.0.0.1:18083 0.0.0.0:* LISTEN 1596/vboxwebsrv
  13. tcp6 0 0 :::22 :::* LISTEN 992/sshd
  14. udp 0 0 0.0.0.0:68 0.0.0.0:* 964/dhclient3
  15. udp 0 0 10.12.12.255:137 0.0.0.0:* 1042/nmbd
  16. udp 0 0 10.12.12.201:137 0.0.0.0:* 1042/nmbd
  17. udp 0 0 0.0.0.0:137 0.0.0.0:* 1042/nmbd
  18. udp 0 0 10.12.12.255:138 0.0.0.0:* 1042/nmbd
  19. udp 0 0 10.12.12.201:138 0.0.0.0:* 1042/nmbd
  20. udp 0 0 0.0.0.0:138 0.0.0.0:* 1042/nmbd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement