> For the complete documentation index, see [llms.txt](https://www.heresecurity.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.heresecurity.wiki/heng-xiang-yi-dong/tan-ce-cun-huo-zhu-ji/msf.md).

# MSF

```
>use auxiliary/scanner/discovery/arp_sweep
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/318.png)

```
>use auxiliary/scanner/discovery/udp_sweep
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/319.png)

```
>use auxiliary/scanner/netbios/nbname
meterpreter>run post/windows/gather/arp_scanner RHOSTS=192.168.1.1/24
meterpreter>run post/multi/gather/ping_sweep RHOSTS=192.168.1.1/24
```
