From c9601d4fe98b70bd9be56ef33890ca18b6fc1663 Mon Sep 17 00:00:00 2001 From: epi Date: Sun, 25 Oct 2020 06:42:10 -0500 Subject: [PATCH] updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01d8927..0376c01 100644 --- a/README.md +++ b/README.md @@ -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)