Add note on existing rhosts functionality

This commit is contained in:
adfoster-r7
2021-08-26 14:12:01 +01:00
parent f355fc6b3f
commit db8bc751a2
+7
View File
@@ -59,6 +59,13 @@ set lport 5000
run
```
Traditionally, you can also specify multiple RHOSTS separated by spaces or with a CIDR subnet mask:
```
set rhosts 127.0.0.1 127.0.0.2
set rhosts 127.0.0.1/24
```
This document describes a modern approach to setting multiple options in a command. This workflow will not only make it easier to use `reverse-i-search` with `CTRL+R` in Metasploit's console, but it will also make it easier to share cheat sheets amongst pentesters.
### URI support for RHOSTS