A Fast and Simple HTTP Client for Security Researchers

bash
cargo install kurl
For this to work you need to have Rust installed
Kurl was created to aid my work as a Red Teamer. Kurl creates an easy to view data sent via HTTP requests by the URLs provided, showing:
With kurl it's easy to parse through many URLs to find relevant data. You can visually find what's important for you, or even output to a file and grep things.
kurl --help
Will show the command line usage.
```console Simple CLI HTTP client focused on security research
Usage: kurl [OPTIONS]
Arguments:
Options:
-p
-d, --data
Data to be sent in the request body
--verbosity-level