updated README

This commit is contained in:
epi
2020-10-25 06:42:10 -05:00
parent fae404ff9a
commit c9601d4fe9

View File

@@ -403,10 +403,14 @@ Example request/response with `--extract-links` enabled:
./feroxbuster -u http://127.1 --extract-links
```
Here's a comparison of `--extract-links` vs. wordlist-only scan using [Feline](https://www.hackthebox.eu/home/machines/profile/274) from Hack the Box
Here's a comparison of a wordlist-only scan vs `--extract-links` using [Feline](https://www.hackthebox.eu/home/machines/profile/274) from Hack the Box:
Wordlist only
![normal-scan-cmp-extract](img/normal-scan-cmp-extract.gif)
With `--extract-links`
![extract-scan-cmp-normal](img/extract-scan-cmp-normal.gif)