We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99eaffd commit 3203937Copy full SHA for 3203937
documentation/modules/auxiliary/scanner/discovery/arp_sweep.md
@@ -44,3 +44,19 @@
44
[*] Scanned 256 of 256 hosts (100% complete)
45
[*] Auxiliary module execution completed
46
```
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