Skip to content

Commit

Permalink
Remove empty lines and update FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Nov 22, 2023
1 parent 930bbe6 commit fccddb1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ just run https://example.com path/to/wordlist.txt
cargo run --release -- https://example.com path/to/wordlist.txt
```



## Usage

You can run `rwalk --help` to see the usage information:
Expand Down Expand Up @@ -194,7 +192,6 @@ rwalk https://example.com path/to/wordlist.txt -H "X-Forwarded-For: 203.0.113.19

### Follow redirects


```bash
rwalk https://example.com path/to/wordlist.txt -F 2
```
Expand All @@ -207,6 +204,17 @@ rwalk https://example.com path/to/wordlist.txt -R 5 -t 10

This will send `50` (`5`×`10` threads) requests per second. See [Throttling](#throttling) for more information.


## FAQ

### Where can I find wordlists?

- [SecLists](https://github.com/danielmiessler/SecLists)
- [DirBuster](https://gitlab.com/kalilinux/packages/dirbuster)
- [OneListForAll](https://github.com/six2dez/OneListForAll)

###

## Benchmarks

The following benchmarks were run on a 2023 MacBook Pro with an M3 Pro chip on a 10 Gbps connection via WiFi. The target was [http://ffuf.me/cd/basic](http://ffuf.me/cd/basic) and the wordlist was [common.txt](https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/common.txt).
Expand Down

0 comments on commit fccddb1

Please sign in to comment.