|
1 | 1 | <h1 align="center"> |
2 | | - <img src="static/naabu-logo.png" alt="naabu" width="200px"></a> |
| 2 | + <img src="static/naabu-logo.png" alt="naabu" width="200px"> |
3 | 3 | <br> |
4 | 4 | </h1> |
5 | 5 |
|
@@ -29,11 +29,12 @@ all ports that return a reply. |
29 | 29 | # Features |
30 | 30 |
|
31 | 31 | <h1 align="center"> |
32 | | - <img src="static/naabu-run.png" alt="naabu" width="700px"></a> |
| 32 | + <img src="static/naabu-run.png" alt="naabu" width="700px"> |
33 | 33 | <br> |
34 | 34 | </h1> |
35 | 35 |
|
36 | 36 | - Fast And Simple **SYN/CONNECT** probe based scanning |
| 37 | + - Passive Port Enumeration using Shodan [Internetdb API](https://internetdb.shodan.io) |
37 | 38 | - Optimized for ease of use and **lightweight** on resources |
38 | 39 | - **Automatic IP deduplication for port scan** |
39 | 40 | - **NMAP** integration for service discovery |
@@ -81,11 +82,12 @@ CONFIGURATION: |
81 | 82 | -interface-list, -il list available interfaces and public ip |
82 | 83 | -interface, -i string network Interface to use for port scan |
83 | 84 | -nmap invoke nmap scan on targets (nmap must be installed) - Deprecated |
84 | | - -nmap-cli string nmap command to run on found results (example: -nmap-cli 'nmap -sV') |
| 85 | + -nmap-cli string nmap command to run on found results (-nmap-cli 'nmap -sV') |
85 | 86 | -r string list of custom resolver dns resolution (comma separated or from file) |
86 | 87 | -proxy string socks5 proxy |
87 | 88 | -resume resume scan using resume.cfg |
88 | 89 | -stream stream mode (disables resume, nmap, verify, retries, shuffling, etc) |
| 90 | + -passive display passive open ports using shodan internetdb api |
89 | 91 |
|
90 | 92 | OPTIMIZATION: |
91 | 93 | -retries int number of retries for the port scan (default 3) |
@@ -249,7 +251,7 @@ Currently `cloudflare`, `akamai`, `incapsula` and `sucuri` IPs are supported for |
249 | 251 | # 📋 Notes |
250 | 252 | - Naabu is designed to scan ports on multiple hosts / mass port scanning. |
251 | 253 | - As default naabu is configured with a assumption that you are running it from VPS. |
252 | | -- We suggest to tune the flags / rate if running naabu from local system. |
| 254 | +- We suggest tuning the flags / rate if running naabu from local system. |
253 | 255 | - For best results, run naabu as **root** user. |
254 | 256 |
|
255 | | -naabu is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team. Community contributions have made the project what it is. See the **[Thanks.md](https://github.com/projectdiscovery/naabu/blob/master/THANKS.md)** file for more details. |
| 257 | +`naabu` is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team. Community contributions have made the project what it is. See the **[Thanks.md](https://github.com/projectdiscovery/naabu/blob/master/THANKS.md)** file for more details. |
0 commit comments