https://github.com/frohoff/burp-plugin-requestutils
Plugin for manipulating requests in PortSwigger Burp Suite Pro v1.5+
https://github.com/frohoff/burp-plugin-requestutils
Last synced: 13 days ago
JSON representation
Plugin for manipulating requests in PortSwigger Burp Suite Pro v1.5+
- Host: GitHub
- URL: https://github.com/frohoff/burp-plugin-requestutils
- Owner: frohoff
- Created: 2013-05-02T05:12:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T18:29:47.000Z (about 13 years ago)
- Last Synced: 2025-02-28T16:11:54.877Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 207 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
burp-plugin-requestutils
========================
A plugin for manipulating and converting HTTP requests in PortSwigger Burp Suite Pro v1.5+
Current Features:
* Convert request to equivalent code/command
* cURL
* Reduce request params/headers to minimum required to get same response
Planned Features:
* Convert request to equivalent code/command
* Wget
* Powershell (Invoke-RestMethod/Invoke-WebRequest)
* .NET WebRequest
* Java HttpURLConnection
* Ruby net/http
* Python urllib2
* Make reduce request functionality suck less