Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sampsonc/AuthHeaderUpdater
Burp extension to specify the token value for the Authenication header while scanning.
https://github.com/sampsonc/AuthHeaderUpdater
burp burp-extensions burpsuite
Last synced: 2 months ago
JSON representation
Burp extension to specify the token value for the Authenication header while scanning.
- Host: GitHub
- URL: https://github.com/sampsonc/AuthHeaderUpdater
- Owner: sampsonc
- License: mit
- Created: 2018-09-14T02:34:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T02:29:36.000Z (over 6 years ago)
- Last Synced: 2024-08-02T00:23:01.974Z (6 months ago)
- Topics: burp, burp-extensions, burpsuite
- Language: Java
- Homepage: https://www.chs.us/authheaderupdater/
- Size: 77.1 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-burp-extensions - AuthHeader Updater - Burp extension to specify the token value for the Authenication header while scanning. (Vulnerability Specific Extensions / Session Management)
README
![AuthHeaderUpdater](https://ihackthings.online/content/images/2018/09/logo.png)
# AuthHeaderUpdater
AuthHeaderUpdater is a Burp extension that allows you to specify the Authentication: Bearer header token value that is used during scanning.
### Screenshot
![Auth Header Updater](https://www.chs.us/images/serve.php?img=authheaderupdater&src=github)### Installing
Go to Extender Tab -> Add. Specify the jar file. Click Next and then Close. Notice the new "Auth Header Updater Tab"
### Usage
Specify the new token value in the "Auth Bearer Token" text box and click "Enabled".
It will then replace
```
Authentication: Bearer
```with
```
Authentication: Bearer
```while doing a scan.
Uncheck "Enabled" to disable the extension.
## Authors
* **Carl Sampson** - [@chs](https://twitter.com/chs)
* **Jesse Kinser** - [@securitybites](https://twitter.com/securitybites)## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details