diff --git a/GoBusterDns/README.md b/GoBusterDns/README.md index d619520..2d8b799 100644 --- a/GoBusterDns/README.md +++ b/GoBusterDns/README.md @@ -11,7 +11,7 @@ gobuster dns -d {{domain}} -w ~/Desktop/tools/wordlist/all.txt --wildcard -z ## GoBusterDns Command for Docker ``` -/root/go/bin/gobuster dns -d {{domain}} -w /app/all.txt --wildcard -z +/root/go/bin/gobuster dns -d {{domain}} -w /app/Content/wordlists/subdomain_enum/default.txt --wildcard -z ``` ## GoBusterDns Script