Skip to content

Commit 3203937

Browse files
committed
Added a confirmation tip, using nmap.
1 parent 99eaffd commit 3203937

File tree

1 file changed

+16
-0
lines changed
  • documentation/modules/auxiliary/scanner/discovery

1 file changed

+16
-0
lines changed

documentation/modules/auxiliary/scanner/discovery/arp_sweep.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,19 @@
4444
[*] Scanned 256 of 256 hosts (100% complete)
4545
[*] Auxiliary module execution completed
4646
```
47+
48+
## Confirming using NMAP
49+
50+
```
51+
nmap -n -sn -PR 192.168.0.0/24
52+
53+
Starting Nmap 7.40 ( https://nmap.org ) at 2017-05-19 00:33 CEST
54+
Nmap scan report for 192.168.0.1
55+
Host is up (0.041s latency).
56+
MAC Address: CC:B2:55:14:CO:FE (D-Link International)
57+
Nmap scan report for 192.168.0.4
58+
Host is up (0.076s latency).
59+
MAC Address: C8:85:50:4C:BE:EF (ASUSTek COMPUTER INC.)
60+
Host is up (0.052s latency).
61+
Nmap done: 256 IP addresses (2 hosts up) scanned in 2.76 seconds
62+
```

0 commit comments

Comments
 (0)