Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 996 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 996 Bytes

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