Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in mass function #46

Open
mr-spartigus opened this issue Jun 13, 2020 · 2 comments
Open

Problem in mass function #46

mr-spartigus opened this issue Jun 13, 2020 · 2 comments

Comments

@mr-spartigus
Copy link

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

@ranggaacc
Copy link

could you please share the revision?

@Maddox94
Copy link

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'

changing the parameter order fixed that for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants