From bbb97abff9bf18dc06d3c2966dfad538c145b063 Mon Sep 17 00:00:00 2001 From: Adham Elmosalamy <40863802+aelmosalamy@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:08:29 +0400 Subject: [PATCH] Typo fix (#581) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5589030..9a89ae6 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ ffuf -w /path/to/vhost/wordlist -u https://target -H "Host: FUZZ" -fs 4242 ### GET parameter fuzzing -GET parameter name fuzzing is very similar to directory discovery, and works by defining the `FUZZ` keyword as a part of the URL. This also assumes an response size of 4242 bytes for invalid GET parameter name. +GET parameter name fuzzing is very similar to directory discovery, and works by defining the `FUZZ` keyword as a part of the URL. This also assumes a response size of 4242 bytes for invalid GET parameter name. ``` ffuf -w /path/to/paramnames.txt -u https://target/script.php?FUZZ=test_value -fs 4242