Skip to content

Commit 1a7850b

Browse files
committed
updated
1 parent 2672550 commit 1a7850b

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Description
22

3-
This auxiliary module probes the local network for IPv6 hosts that respond to Neighbor Solicitations with a link-local address. This module, like the arp_sweep one, will generally only work within the attacking machine’s broadcast domain.
3+
This auxiliary module probes the local network for IPv6 hosts that respond to Neighbor Solicitations with a link-local address. This module, like the arp_sweep one, will generally only work within the attacking machine’s broadcast domain. It serves the dual-purpose of showing what hosts are online similar to arp_sweep and then performs the IPv6 Neighbor Discovery.
44

55
## Verification Steps
66

@@ -64,6 +64,4 @@ msf auxiliary(ipv6_neighbor) > run
6464
[*] Scanned 253 of 253 hosts (100% complete)
6565
[*] Auxiliary module execution completed
6666
msf auxiliary(ipv6_neighbor) >
67-
```
68-
69-
Looking at the module output, you can see that this scanner serves the dual-purpose of showing what hosts are online similar to arp_sweep and then performs the IPv6 Neighbor Discovery.
67+
```

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Description
22

3-
The udp_sweep module scans across a given range of hosts to detect commonly available UDP services.
3+
The `udp_sweep` module scans across a given range of hosts to detect commonly available UDP services.
44

55
## Verification Steps
66

@@ -16,16 +16,6 @@ To configure this module, just set the RHOSTS and THREADS values and run it.
1616
**Running the scanner**
1717
```
1818
msf > use auxiliary/scanner/discovery/udp_sweep
19-
msf auxiliary(udp_sweep) > show options
20-
21-
Module options (auxiliary/scanner/discovery/udp_sweep):
22-
23-
Name Current Setting Required Description
24-
---- --------------- -------- -----------
25-
BATCHSIZE 256 yes The number of hosts to probe in each set
26-
RHOSTS yes The target address range or CIDR identifier
27-
THREADS 10 yes The number of concurrent threads
28-
2919
msf auxiliary(udp_sweep) > set RHOSTS 192.168.1.2-254
3020
RHOSTS => 192.168.1.2-254
3121
msf auxiliary(udp_sweep) > set THREADS 253
@@ -52,6 +42,4 @@ msf auxiliary(udp_sweep) > run
5242
[*] Scanned 253 of 253 hosts (100% complete)
5343
[*] Auxiliary module execution completed
5444
msf auxiliary(udp_sweep) >
55-
```
56-
57-
With minimal effort, we have once again identified a wide range of services running on many different platforms within our network.
45+
```

0 commit comments

Comments
 (0)