Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mprunet/burp-scripting
https://github.com/mprunet/burp-scripting
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mprunet/burp-scripting
- Owner: mprunet
- Created: 2021-03-01T08:22:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T16:10:24.000Z (about 1 year ago)
- Last Synced: 2024-05-13T19:35:25.995Z (6 months ago)
- Language: Java
- Size: 129 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- awesome-hacking-lists - mprunet/burp-scripting - (Java)
README
# Burp Scripting Extension
This extension add the ability to Burp Suite to inspect, modify requests and reponses with Javascript.
Useful if you want to replace header or body depending of other Headers.Scripts are dynamically loaded, you can use BurpExtension API, or helper functions.
## Scripting tab
![Add Request Header](doc/request1.png)## Contextual code sample
Right clic in scripting text area in order to obtain code samples :
![Add Request Header](doc/sample1.png)