Network Security Tools

Nmap

The Network Mapper

Quick Info

License
GPL-2.0
Difficulty
intermediate
Platforms
Windows macOS Linux

About Nmap

Nmap is a free and open-source network scanner used to discover hosts and services on a computer network by sending packets and analyzing the responses.

Use Cases

Network discovery
Port scanning
Service detection
OS fingerprinting

Common Commands

nmap -sV target

Service version detection

nmap -A target

Aggressive scan with OS detection

Alternatives

masscan zmap rustscan

My Experience

I regularly use Nmap in my security work, particularly for Network discovery.

See it in action

Want to Learn More?

Check out my blog for tutorials and guides on using security tools effectively.

Read Blog