Skip to content

silentsignal/burp-oauth

 
 

Repository files navigation

OAuth plugin for Burp Suite

Build Status

Building

  • Install the dependencies, in case of libraries, put the JARs into lib
  • Copy OAuthConfig.sample.java to src/burp/OAuthConfig.java and modify it to your needs
  • Execute ant, and you'll have the plugin ready in burp-oauth.jar

Dependencies

License

The whole project is available under MIT license, see LICENSE.txt.

Known limitations

  • Configuration has to be done at compile time using OAuthConfig.java