Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #fIND ports and ips of servers running from host machine with names
- sudo netstat -tulpn | grep LISTEN
- sudo lsof -i -n -P | grep LISTEN
- sudo ss -ltnp
- sudo ss -tulpn | grep LISTEN
- sudo lsof -i -n -P | grep sshd | grep LISTEN
- sudo nmap -sTU -O IP-address-Here
- #This is for Port 22..
- sudo lsof -i:22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement