Skip to content

Commit 2a5629d

Browse files
authored
Update Ping Sweeping & Footprinting.md
1 parent 1ec9a3f commit 2a5629d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Network Security/Ping Sweeping & Footprinting.md

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ nmap -sn 200.200.12-13.*
2929
3030
nmap -sn -iL hostslist.txt
3131
```
32+
- netdiscover
33+
```
34+
# For Local Host Discovery
35+
netdiscover -r 192.168.X.X
36+
```
3237

3338
## OS Fingerprinting:
3439

0 commit comments

Comments
 (0)