Created Metasploit Integration (markdown)

xer0dayz 2019-03-17 09:48:20 -07:00
parent 5fbb8895b4
commit 5a85eb2ecf
1 changed files with 9 additions and 0 deletions

@ -0,0 +1,9 @@
To configure Sn1per to use the appropriate IP/port for reverse Metasploit connections, edit your ~/.sniper.conf file and replace the following values:
```
# METASPLOIT SCANNER CONFIG
MSF_LHOST="127.0.0.1"
MSF_LPORT="4444"
```
This will configure Sn1per to set the LHOST and LPORT values for all exploits and payloads to connect back to the host specified.