https://github.com/rtfmkiesel/burp-update-headers
A Burp extension to update headers from newer requests
https://github.com/rtfmkiesel/burp-update-headers
burp-extensions burp-plugin burpsuite java
Last synced: over 1 year ago
JSON representation
A Burp extension to update headers from newer requests
- Host: GitHub
- URL: https://github.com/rtfmkiesel/burp-update-headers
- Owner: rtfmkiesel
- License: apache-2.0
- Created: 2024-08-09T11:58:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:53:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T06:41:17.088Z (over 1 year ago)
- Topics: burp-extensions, burp-plugin, burpsuite, java
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Update Headers Burp Extension
This Burp extension lets you update your headers inside, for example, the Repeater to newer headers. The main scenario for this is replacing the cookies inside an old Repeater tab with the latest cookies. The replacement headers will be selected based on the newest request with the same `Host` header as the selected request.
## Build
```sh
make
# or
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/home/gradle gradle:8.7.0-jdk17-alpine gradle build
mv ./build/libs/burp-update-headers-1.0.jar .
```