DataSploit / datasploit

An #OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
GNU General Public License v3.0
3.03k stars 424 forks source link

ImportError: No module named config #129

Closed gitfuzzing closed 7 years ago

gitfuzzing commented 7 years ago

python domainOsint.py -h

Traceback (most recent call last): File "domainOsint.py", line 13, in run(domain) File "domainOsint.py", line 8, in run osint_runner.run("domain", "domain", domain) File "/root/datasploit-master/osint_runner.py", line 14, in run x = importlib.import_module(module_name) File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module import(name) File "/root/datasploit-master/domain/domain_emailhunter.py", line 4, in import config as cfg ImportError: No module named config

upgoingstar commented 7 years ago

have you renamed the config_sample.py to config.py?

upgoingstar commented 7 years ago

Fixed in last major release.