From 9944b4e8ff99e3ca44b55c2da5b5bab2a3fa4743 Mon Sep 17 00:00:00 2001 From: Alejandro Ferrandiz Fonseca Date: Tue, 13 Oct 2020 16:56:57 -0400 Subject: [PATCH] Update README.md --- GoBusterDir/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GoBusterDir/README.md b/GoBusterDir/README.md index 8eadd53..13d63ea 100644 --- a/GoBusterDir/README.md +++ b/GoBusterDir/README.md @@ -5,12 +5,12 @@ Using {{domain}} ReconNess replace {{domain}} for the subdomain. If we have the wordlist in ~/Desktop/tools/wordlist/directories.txt ``` -gobuster dir -u https://{{domain}} -w ~/Desktop/tools/wordlist/directories.txt -z -k -l -r --wildcard +gobuster dir -u https://{{domain}} -w ~/Desktop/tools/wordlist/directories.txt -z -k -r --wildcard ``` ## GoBusterDir Command for Docker ``` -/root/go/bin/gobuster dir -u https://{{domain}} -w /app/content_discovery_all.txt -z -k -l -r --wildcard +/root/go/bin/gobuster dir -u https://{{domain}} -w /app/content_discovery_all.txt -z -k -r --wildcard ``` ## GoBusterDir Script