To detect unusual or changed or higher SSH Port

Many times people change their SSH default port i.e. 22. They modify it to any other port.
Then if you want to detect modified SSH port with Nmap regular options, it wont able to get that.
So to detect port use below command:

nmap -T Aggressive -A -v <IP of Machine to be scanned>

Neelesh Gurjar has written 122 articles

Leave a Reply