Server Admin Search
Articles Category
NMAP and ZENMAP
- Details
- Category: Security
- Published on Tuesday, 13 December 2011 12:55
- Written by Server Administrator
- Hits: 367
NMAP and ZENMAP
NMAP is a security tool I use to see network traffic on remote servers. NMAP can do many type of scans and this post is only touching the beginning of the command. When I am looking for a port on a remote server I use the command nmap 192.168.1.100. This will show me all open ports. If I want to scan an entire subnet I run the command NMAP 192.168.1.0/24. ZENMAP is the GUI frontend to NAMP and I have never used the GUI. I am not one to use GUIs. They just sound messy. :)
Here is a good book on nmap at http://nmap.org/book/
Simple command
nmap 192.168.1.100
nmap 192.168.1.0/24
If there are any questions, see our forum at http://forum.the-server-admin.com

