Skip to content

Add -oR option to export results as raw HTTP requests - #242

Open
ChrisJr404 wants to merge 1 commit into
s0md3v:masterfrom
ChrisJr404:raw-request-output
Open

Add -oR option to export results as raw HTTP requests#242
ChrisJr404 wants to merge 1 commit into
s0md3v:masterfrom
ChrisJr404:raw-request-output

Conversation

@ChrisJr404

Copy link
Copy Markdown

Closes #147.

Adds a -oR flag that writes the discovered parameters out as raw HTTP requests, so you can drop the file straight into Burp Repeater or replay it with another tool. It reuses the same request shape Arjun already builds for -oB: GET params go in the query string, POST/JSON/XML go in the body with the matching Content-Type and Content-Length. Multiple targets are written one after another.

I also added a small test file for the request builder covering GET, POST and JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for output the request as raw

1 participant