diff --git a/Metasploit-Integration.md b/Metasploit-Integration.md new file mode 100644 index 0000000..b4e8956 --- /dev/null +++ b/Metasploit-Integration.md @@ -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. \ No newline at end of file