mirror of https://github.com/1N3/Sn1per.git
Created Metasploit Integration (markdown)
parent
5fbb8895b4
commit
5a85eb2ecf
|
|
@ -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.
|
||||
Loading…
Reference in New Issue