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

FATAL: Module dnspython missing (python-dnspython) #299

Closed
1N3 opened this issue Nov 11, 2020 · 3 comments
Closed

FATAL: Module dnspython missing (python-dnspython) #299

1N3 opened this issue Nov 11, 2020 · 3 comments
Labels

Comments

@1N3
Copy link
Owner

1N3 commented Nov 11, 2020

@digitizeddude

Finally, the last issue that I'm experiencing is that I'm running in to some weird issue with dnscan.py. I'm getting this message when i run a stealth scan using sn1per

BRUTE FORCING DNS SUBDOMAINS VIA DNSCAN (THIS COULD TAKE A WHILE...)
====================================================================================•x2020-11-10x•
FATAL: Module dnspython missing (python-dnspython)

I know that dnspython is installed when i check PIP but it keeps giving me this error.

@digitizeddude
Copy link

Is the DNSCAN bug a quick fix or is it more involved? How can i help?

@1N3
Copy link
Owner Author

1N3 commented Nov 11, 2020

Looks like I need to explicitly use python3 for dnscan. To fix, edit your /usr/share/sniper/modes/recon.sh line 43 to the following:

python3 $PLUGINS_DIR/dnscan/dnscan.py -d $TARGET -w $DOMAINS_QUICK -o $LOOT_DIR/domains/domains-dnscan-$TARGET.txt -i $LOOT_DIR/domains/domains-ips-$TARGET.txt

This will be fixed in v8.9

@digitizeddude
Copy link

This was driving me bonkers. Spasibo

@1N3 1N3 closed this as completed Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants