Art of Port Scanning -- namp
We can find custom SSH port number using nmap:
command:
nmap -P0 -T4 -sV -p- "IP address"
-PO[protocol list]: IP Protocol Ping
-T<0-5>: Set timing template (higher is faster). By default it will be in milliseconds.
-sV: Probe open ports to determine service/version info
-p <port ranges>: Only scan specified ports
We can find custom SSH port number using nmap:
command:
nmap -P0 -T4 -sV -p- "IP address"
-PO[protocol list]: IP Protocol Ping
-T<0-5>: Set timing template (higher is faster). By default it will be in milliseconds.
-sV: Probe open ports to determine service/version info
-p <port ranges>: Only scan specified ports
2 comments:
This is good site to spent time on .I just stumbled upon your informative blog and wanted to say that I have really enjoyed reading your very well written blog posts.This for it...
Thanks a lot for your comments.
If you have any question, please update here in this blog. We will provide you the solutions.
Post a Comment