Created
August 3, 2017 08:20
-
-
Save rohitfarmer/51dfcfbcb62c76fa9869acbbb60d09b3 to your computer and use it in GitHub Desktop.
Linux network related commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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