Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 960 Bytes

File metadata and controls

31 lines (22 loc) · 960 Bytes

OAuth plugin for Burp Suite

Building

  • Install the dependencies, in case of libraries, put the JARs into lib
  • Download the Burp Extender API and unpack it into `src``
  • Copy OAuthConfig.sample.java to src/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