Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/external/burp-proxy/readme.txt
Views: 11701
=[Burp proxy WMAP Plugin [email protected]1------------------------------------------------------------------------------------------------------------234=[ Intro.56Simple plugin for the burp proxy 1.1/1.2 which stores the requests7in the metasploit/wmap database. At the moment only8sqlite3 is supported, I will add support for other databases9in later releases...101112=[ Howto install/run.13141. Download burp proxy 1.2: http://portswigger.net/suite/burpsuite_v1.2.zip152. Download SQLiteJDBC Jar: http://www.zentus.com/sqlitejdbc/163. Copy sqlitejdbc-v054.jar and wmapplugin.jar into the burp proxy directory174. Run the following command:1819java -cp sqlitejdbc-v054.jar;burpsuite_v1.2.jar;wmap_plugin_v0.1-burp_v1.2.jar burp.StartBurp database=test.db2021test.db is the name/path of your metasploit sqlite3 database file. You must create the db schema22in the Metasploit Framework first (by using "db_create")232425=[ Questions/Answers2627281. Can I use the burp spider to fill my WMAP request table?2930Sorry, no you can't. The reason is that the spider doesn't call implementations of the IBurpExtender31interface. So you can only use the MITM Proxy.3233342. I found a bug, what can I do?3536You can send a description to [email protected]. I will try to fix it.37383. Is there a way to extend the stuff you wrote?39Shure, I included the source code in the jar file. Feel free to use it.4041=[ EOF.4243