From 5a85eb2ecfd08eacc38c73de07d644657b4f0d5a Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Sun, 17 Mar 2019 09:48:20 -0700 Subject: [PATCH] Created Metasploit Integration (markdown) --- Metasploit-Integration.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Metasploit-Integration.md 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