NMAP- My penetration Testing Guide and Notes
Nmap (Network Mapper) is used for network discovery and security auditing. Nmap can be used to determine whether the hosts are available on the network, listing services those hosts currently offering and their open ports, determine hosts operating system, filter or network protection are in use on the network. Nmap provides great functionality and features. Can be used to scan multiple targets or large network, mapping out networks and it is an open source software. Nmap interactions are on command line, but if you prefer to have a graphical user interface, you can use Zenmap which includes an advanced graphical user interface and results viewer. These notes written by me in my early day when I interested in infosec as my reference when pentesting or trying boxes. I simplified the command and what it do. I also provide this note part by part in my Basic Penetration Testing repository starting from number 15 to 18 in my Github . Here I provide the link to the...