Skip to content

Commit 466324d

Browse files
committed
improve docs
1 parent dcf61cc commit 466324d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/backends/network_discovery.md

+7
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,10 @@ orb:
8585
max_retries: 0
8686

8787
```
88+
### ⚠️ Warning
89+
Be **AWARE** that executing a policy with only targets defined is equivalent to running `nmap <targets>`, which in turn is the same as executing `nmap -sS -p1-1000 --open -T3 <target>`:
90+
91+
- `-sS` → SYN scan (stealth scan, requires root privileges)
92+
- `-p1-1000` → Scans the top 1000 most common ports
93+
- `--open` → Only shows open ports
94+
- `-T3` → Uses the default timing template (T3 is the standard speed)

0 commit comments

Comments
 (0)