From b4c0c2cd1cdc62f5a48fda2044761231ec484250 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:28:24 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb92204..6affd29 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,10 @@ tftp {IP ADDRESS} # Download: https://github.com/OJ/gobuster/releases # Usage -gobuster dir -u {IP ADDRESS} -w /usr/share/wordlists/dirb/common.txt +sudo gobuster dir -w /usr/share/wordlists/dirb/big.txt -u http://{IP ADDRESS} + +# Search File Extensions +sudo gobuster dir -w /usr/share/wordlists/dirb/big.txt -u http://{IP ADDRESS} -x php,html,htm,sh # Notes: Not recursive, only digs one level deep