You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying the dns mode combined with the "patterns", but I'm not getting the expected results:
I'm trying to fuzz subdomains of westeurope.cloudapp.azure.com.
I'm using a basic wordlist with words like: dev, prod, test, etc.
I intend to use a pattern list containing patters like: <org>-{GOBUSTER}, producing a result like: acme-dev.westeurope.cloudapp.azure.com
Under this context, I form the command to launch which is as follows: gobuster dns -d westeurope.cloudapp.azure.com -t 1 -w wordlist.txt -p patterns.txt -o results.txt -v
Hello,
I was trying the dns mode combined with the "patterns", but I'm not getting the expected results:
<org>-{GOBUSTER}
, producing a result like:acme-dev.westeurope.cloudapp.azure.com
Under this context, I form the command to launch which is as follows:
gobuster dns -d westeurope.cloudapp.azure.com -t 1 -w wordlist.txt -p patterns.txt -o results.txt -v
wordlist.txt
patterns.txt
But, when fuzzing starts, I notice in the results subdomains like: "dev.westeurope.cloudapp.azure.com" or "test.westeurope.cloudapp.azure.com".
By enabling the verbose, I can see that the patterns are being used, but how can I prevent DNS queries that do not use the pattern from being made?
Best regards and thanks in advance
The text was updated successfully, but these errors were encountered: