Skip to content

Commit

Permalink
docs: fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 19, 2024
1 parent 33df0b4 commit 36d3a86
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ This character is the default, but it can be changed with the following format:
rwalk https://example.com/W1 wordlist.txt:W1
```

In this case, the `W1` string will be replaced by the first word in the wordlist.
In this case, the `W1` will be replaced by the words in `wordlist.txt`.

You can also use this to replace with multiple wordlists:

Expand Down Expand Up @@ -424,8 +424,6 @@ Authentication is also supported with `--proxy-auth`:
rwalk https://example.com wordlist.txt --proxy http://pro.xy:8080 --proxy-auth username:password
```



#### Passing parameters from a config <!-- omit in toc -->

The configuration file located at `~/.config/rwalk/config.toml` will be loaded by default. You can also pass a custom configuration file with the `--config` flag:
Expand All @@ -436,16 +434,12 @@ rwalk https://example.com wordlist.txt --config myconfig.toml

## Examples



### Basic scan <!-- omit in toc -->

```bash
rwalk https://example.com wordlist.txt
```



### Recursive scan <!-- omit in toc -->

```bash
Expand All @@ -454,24 +448,18 @@ rwalk https://example.com wordlist.txt -d 3

> **Warning:** Recursive scans can take a long time and generate a lot of traffic. Use with caution.


### Custom headers/cookies <!-- omit in toc -->

```bash
rwalk https://example.com wordlist.txt -H "X-Forwarded-For: 203.0.113.195" -c "session=1234567890"
```



### Follow redirects <!-- omit in toc -->

```bash
rwalk https://example.com wordlist.txt -R 2
```



### Custom request body <!-- omit in toc -->

```bash
Expand Down

0 comments on commit 36d3a86

Please sign in to comment.