-
Notifications
You must be signed in to change notification settings - Fork 241
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
ImportError: No module named recon.core #12
Comments
changed the the path and it is working thank you please close this issue. |
hey @coreb1t some suggestions for improving the code.
instead of these you should use
|
Hi @arpit1997 I think the question regarding the license should be addressed to @jhaddix. I just forked his project. Do you mean to use |
Hello @sandeepl337 |
Hi @sandeepl337 @coreb1t can you please tell us how to fix this problem? |
@polytron @sappi13 Edit enumall.py and change reconPath and altDnsPath to your system's path, ie /Users/kitty/Code/Security/domain/enumall/recon-ng. I'm assuming the script was written on a linux system that made assumptions about where you installed your dependencies, so that's what arpit1997 was referencing. |
Yes, that script should work on any unix like system. Please modify reconPath and altDnsPath before using. |
Traceback (most recent call last): receiving error please help... :( #jhaddix |
Changed the path of altdns and recon. Traceback (most recent call last): |
This way worked or me :
The main problem is that new recong-ng is based on pytohn3 and this script dependencies are of older recon-ng that was based on python2. |
I was trying to install enumall.py but failed.
root@kali:~/Desktop/tools/domain-master# ./enumall.py google.com
Traceback (most recent call last):
File "./enumall.py", line 26, in
from recon.core import base
ImportError: No module named recon.core
The text was updated successfully, but these errors were encountered: