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

"Invalid module name" when trying to load 'google_site_web' #14

Open
ghost opened this issue Dec 26, 2016 · 0 comments
Open

"Invalid module name" when trying to load 'google_site_web' #14

ghost opened this issue Dec 26, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 26, 2016

There is an issue when trying to load the 'google_site_web' module when running enumall.py. Interestingly, Bing works correctly in enumall.py and 'google_site_web' also works within recon-ng. This is what is occurring when trying to go through the code in pdb:

(Pdb) l
 30     pdb.set_trace()
 31     if altDnsPath:
 32             sys.path.insert(1, altDnsPath)
 33
 34     def run_module(reconBase, module, domain):
 35  ->     x = reconBase.do_load(module)
 36         x.do_set("SOURCE " + domain)
 37         x.do_run(None)
 38
 39
 40     def run_recon(domains, bruteforce):
(Pdb) module
'recon/domains-hosts/google_site_web'
(Pdb) n
[!] Invalid module name.
> /home/miqlae/domain/enumall.py(36)run_module()
-> x.do_set("SOURCE " + domain)

By the way, for testing purposes, I removed all the modules, except for Google. I also had to change the paths in the reconPath, altDnsPath variables to the correct paths, but everything else seems to work okay.

I'm testing on Ubuntu 16.04, latest versions of enumall, recon-ng and altdns.

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

0 participants