Zenmap
Zenmap Nmap(Network Mapper) is the second program that we're going to look. It is a huge tool and has many uses. Nmap is used to gather information about any device. Using the Nmap, we can gather information about any client that is within our network or outside our network, and we can gather information about clients just by knowing their IP. Nmap can be used to bypass firewalls, as well as all kinds of protection and security measures. In this section, we're going to learn some of the basic Nmap commands that can be used to discover clients that are connected to our network, and also discover the open ports on these clients. We're going to use Zenmap , which is the graphical user interface for Nmap. If we type zenmap on the Terminal, we'll bring up the application like this: In the Target field, we're going to put our IP address. In the Profile drop-down menu, we can have various profiles: In the Target filed, if you want to gathe...