https://github.com/h3xstream/http-script-generator
ZAP/Burp plugin that generate script to reproduce a specific HTTP request (Intended for fuzzing or scripted attacks)
https://github.com/h3xstream/http-script-generator
Last synced: 8 days ago
JSON representation
ZAP/Burp plugin that generate script to reproduce a specific HTTP request (Intended for fuzzing or scripted attacks)
- Host: GitHub
- URL: https://github.com/h3xstream/http-script-generator
- Owner: h3xstream
- Created: 2013-11-22T23:05:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T15:44:22.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T21:07:57.338Z (15 days ago)
- Language: Java
- Homepage:
- Size: 16.4 MB
- Stars: 290
- Watchers: 16
- Forks: 65
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- WebHackersWeapons - http-script-generator - script-generator?label=%20)||[](/categorize/langs/Java.md)| (Weapons / Burpsuite, Caido and ZAP Addons)
README
# Reissue Request Scripter (Burp plugin) [](https://travis-ci.org/h3xstream/http-script-generator)
This extension generates scripts to reissue a selected request. The scripts can be run outside of Burp. It can be useful to script attacks such as second order SQL injection, padding oracle, fuzzing encoded value, etc.
## License
This software is release under [LGPL](http://www.gnu.org/licenses/lgpl.html).
## Downloads
(Last updated : December 12, 2016)
ZAP plugin : [Download](https://github.com/h3xstream/http-script-generator/blob/gh-pages/releases/zap/scriptgen-alpha-6.zap?raw=true)
Burp Suite Pro plugin : [Download](https://github.com/h3xstream/http-script-generator/blob/gh-pages/releases/burp/scriptgen-burp-plugin-6.jar?raw=true)
## Contributors
- [mattpresson](https://github.com/mattpresson) : Addition of [PowerShell support](https://github.com/h3xstream/http-script-generator/commit/37cdbbb8e4bcd9ab47ec8b0f5974e29b24737e64)
## Screenshots
### Context Menu

### Main Window

### Language Options
Scripts can be generated for various languages : Python, Ruby, Perl, PHP, PowerShell and JavaScript.

### More Options
Since version 4.0, common script variations can be applied. These variation include: proxy redirection, reduction of "noisy" headers and disabling SSL/TLS verification.
