# Nmap

{% embed url="<https://github.com/nmap/nmap>" %}

Nmap (Network Mapper) is a free and open source utility for network discovery and security auditing. It is designed to rapidly scan large networks, although it works fine against single hosts.&#x20;

Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are being used, and dozens of other characteristics.

Nmap is highly flexible, powerful, and suitable for network administrators to monitor and manage their networks, as well as security practitioners to assess network security.

#### Key Features of Nmap

* **Flexibility:** Can be used to scan large networks or individual hosts.
* **Powerful Scanning Techniques:** Utilizes raw IP packets in novel ways to gather detailed information about network hosts.
* **Versatility:** Useful for both network administrators for monitoring and managing networks, and for security practitioners conducting security audits.
* **Portability:** Runs on all major operating systems.
* **Free and Open Source:** Available for free, with source code accessible for modification or enhancement.
* **Rich Output Formats:** Supports several types of output formats for analysis and reporting.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oscp-certification.certs-study.com/information-gathering/nmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
