Adding Module To Metasploit From Searchsploit (ExploitDB)
Adding Module To Metasploit From Searchsploit (ExploitDB)
2-Next, you would need to create a folder in the .msf4/modules directory that correlates with the path in exploit-db. So in this case I will add cgi/webapps.
3-Go to your newly created folder and copy the exploit:
cp /usr/share/exploitdb/exploits/cgi/webapps/42344.rb /root/.msf4/modules/exploits/cgi/webapps/
4-Make sure that you specify both, the root path (its specified right underneath the title “Path” in the searchsploit search output) and the relative path.
5-Once you are done run updatedb.
6-If your msfconsole is running make sure to close it and reopen again after running updatedb. You can now use the exploit.You will also see that the number of exploits is increased by one.
Comments
Post a Comment