> For the complete documentation index, see [llms.txt](https://cajac.gitbook.io/ctf-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cajac.gitbook.io/ctf-notes/web/vulnerability-scanning/nmap.md).

# nmap

## Vulnerability scanning with nmap

```bash
nmap -v -p 80,443 --script vuln 10.11.12.13
```

## Resources

nmap - Linux manual page: <https://linux.die.net/man/1/nmap>

NSEDoc Reference Portal: <https://nmap.org/nsedoc/index.html>

NSE Scripts: <https://nmap.org/nsedoc/scripts/>

NSE Vuln Category: <https://nmap.org/nsedoc/categories/vuln.html>
