Skip to content

silentsignal/burp-gwt-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burp Suite GWT wrapper

Usage

  • Install dependencies listed below.
  • Start the service by entering python burp_gwt_wrapper.py in a terminal.
  • Save the request(s) you'd like to scan in Burp Suite to XML files in the same directory as burp_gwt_wrapper.py.
  • Open http://localhost:5000/ in a browser.
  • Select the XML file and the request you'd like to scan.
  • Use your favorite tool (intuition, Burp Suite Scanner, sqlmap, etc.) to scan the service.

Dependencies

License

The whole project is available under MIT license.

Known limitations

  • GWT RPC protocol support depends on gwtparse, so version 6 works, but for everything else YMMV

Releases

No releases published

Packages

No packages published