Skip to content

RedcentricCyber/burp-oauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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