Skip to content

Instantly share code, notes, and snippets.

@rohitfarmer
Created August 3, 2017 08:20
Show Gist options
  • Save rohitfarmer/51dfcfbcb62c76fa9869acbbb60d09b3 to your computer and use it in GitHub Desktop.
Save rohitfarmer/51dfcfbcb62c76fa9869acbbb60d09b3 to your computer and use it in GitHub Desktop.
Linux network related commands
Verifying Which Ports Are Listening
-----------------------------------
#install nmap first
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/3/html/Security_Guide/s1-server-ports.html
nmap -sT -O localhost
128.121.0.253
www.google.com etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment