https://github.com/dnet/burp-oauth
OAuth plugin for Burp Suite Extender
https://github.com/dnet/burp-oauth
Last synced: 2 months ago
JSON representation
OAuth plugin for Burp Suite Extender
- Host: GitHub
- URL: https://github.com/dnet/burp-oauth
- Owner: dnet
- License: mit
- Created: 2013-04-30T09:08:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T11:07:53.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T06:38:34.050Z (7 months ago)
- Language: Java
- Homepage: https://techblog.vsza.hu/posts/Testing_OAuth_APIs_with_Burp_Suite.html
- Size: 55.7 KB
- Stars: 42
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-burp-extensions - Burp OAuth - OAuth plugin for Burp Suite Extender. (OAuth and SSO)
README
OAuth plugin for Burp Suite
===========================[](https://travis-ci.org/dnet/burp-oauth)
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
------------- JDK 1.6+ (tested on OpenJDK 6 and Oracle JDK 7 + 8, recommended Debian/Ubuntu package: `openjdk-8-jdk`)
- Apache ANT (Debian/Ubuntu package: `ant`)
- `oauth-signpost` https://github.com/mttkay/signpost
- Apache Commons Codecs: http://commons.apache.org/codec/
- JUnit 4+ (only required for testing)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`