From 7a379eeb776efdd93ad7f2d59669524798d031b1 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:47:30 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcdc571..d1ab8fd 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ tftp {IP ADDRESS} ```bash # Directory Enumeration gobuster dir -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -u http://{RHOST} -ffuf -ic -w /usr/share/seclists/Discovery/Web-Content/common.txt -c -e '.html' -u "http://collect.htb/FUZZ" +ffuf -ic -w /usr/share/seclists/Discovery/Web-Content/common.txt -c -u "http://{RHOST}/FUZZ" ffuf -ic -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -c -u "http://{RHOST}/FUZZ" # Sub-Domain Enumeration