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
the problem you probably have might be that the order of the paraters for the subbrute call is messed up, it should be:
~/tools/massdns/scripts/subbrute.py $domain $massdnsWordlist
i faced the following issue:
Traceback (most recent call last):
File "/home/jp/tools/massdns/scripts/subbrute.py", line 34, in
with open(args.subdomain_file) as f:
IsADirectoryError: [Errno 21] Is a directory: 'example.com'
mass(){
~/tools/massdns/scripts/subbrute.py $massdnsWordlist $domain | ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -q -o S | grep -v 142.54.173.92 > ./$domain/$foldername/mass.txt
}
I think python keyword must b preset in order to start subbrute.py
The text was updated successfully, but these errors were encountered: