lazyrecon
lazyrecon copied to clipboard
Problem in mass function
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
could you please share the revision?
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
changing the parameter order fixed that for me