Skip to content

Metasploit Integration

xer0dayz edited this page Mar 17, 2019 · 4 revisions

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.