Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
added image and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-schneider-vtex committed Apr 5, 2023
1 parent 6a46400 commit c7c7d5f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
51 changes: 33 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Simple CLI HTTP client focused on security research.
- Guess the json format
- Display the content-length

# Installation
# Install Kurl

```bash
# To install it with cargo you need to have the Rust toolchain installed
cargo install kurl
```
_For this to work you need to have [Rust installed](https://rustup.rs/)_

### Example
```bash
~ ❯ kurl ipinfo.io/8.8.8.8 --all
Expand All @@ -33,28 +34,42 @@ cargo install kurl
}
```

# Help
# Usage

```
kurl --help
```

Will show the command line usage.


```console
Simple CLI HTTP client focused on security research

Usage: kurl [OPTIONS] <URL>
Usage: kurl [OPTIONS] <URL_OR_FILE>

Arguments:
<URL> URL to send the request
<URL_OR_FILE> URL or file with URLs to send the request

Options:
-c, --status-code
-s, --size
-j, --valid-json
-t, --content-type
-n, --no-body
-k, --keys Try to guess the JSON's format
-u, --show-url Display the URL
--all Display all status
--scripts <SCRIPTS>
-X <VERB> [default: GET] [possible values: POST, GET, HEAD]
-d, --data <DATA>
-h, --help Print help
-V, --version Print version
-p <NWORKERS>
Number of parallel threads to send the requests [default: 4]
-X <VERB>
[default: GET] [possible values: POST, GET, HEAD]
-b, --body

-d, --data <DATA>
Data to be sent in the request body
--verbosity-level <VERBOSITY_LEVEL>
[default: 0]
-o <OUTPUT>
File to write the results
--fext <FILTER_EXTENSIONS>
Extensions to be ignored [default: jpeg,png,jpg,gif,wof,ttf,otf,eot,swf,ico,svg,css,woff,woff2]
--fstatus <FILTER_STATUS>
Status codes to be ignored [default: 404]
-h, --help
Print help
-V, --version
Print version
```
Binary file added img/kurl-demo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c7c7d5f

Please sign in to comment.