Skip to content

Reduce a (burp) HTTP request file to strict minimum

License

Notifications You must be signed in to change notification settings

SakiiR/rrequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 27, 2021
b9eb457 · Sep 27, 2021

History

19 Commits
Sep 27, 2021
Sep 27, 2021
Oct 9, 2019
Oct 9, 2019
Oct 8, 2019
Nov 15, 2019
Sep 27, 2021
Sep 27, 2021
Oct 9, 2019

Repository files navigation

ReduceRequest

Reduce a (burp) HTTP request file to strict minimum

Just because not all headers, parameters, cookies are necessary.

Demo

screenshot

Usage

usage: rrequest [-h|--help] -r|--request-file <file> [-x|--http-proxy
                "<value>"] [-s|--ssl] [-k|--disable-check-cert]

                Reduce (Burp) HTTP Request File

Arguments:

  -h  --help                Print help information
  -r  --request-file        Request File to reduce
  -x  --http-proxy          HTTP proxy to send the requests through
  -s  --ssl                 Forces SSL
  -k  --disable-check-cert  Disable SSL cert checks

Install

Download release here: https://github.com/SakiiR/rrequest/releases

Copy the binary in a path within $PATH: (e.g. /usr/local/bin/rrequest)

TODO

  • Parse Body Content
    • JSON
    • form-URL-encoded
    • XML ?
  • Parse URL parameters
  • Add a "request done count"

About

Reduce a (burp) HTTP request file to strict minimum

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages