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.02k stars 425 forks source link

emailOsint.py - AttributeError: 'module' object has no attribute 'mailboxlayer_api' #95

Closed johnlittle4550 closed 7 years ago

johnlittle4550 commented 7 years ago

root@nethunterarch:/opt/datasploit# python emailOsint.py john@arcsecurity.net

---> Basic Email Check(s)..

Traceback (most recent call last): File "emailOsint.py", line 233, in main() File "emailOsint.py", line 229, in main print_emailosint(email) File "emailOsint.py", line 111, in print_emailosint basic_checks(email) File "/opt/datasploit/email_basic_checks.py", line 19, in basic_checks if cfg.mailboxlayer_api != "" and cfg.mailboxlayer_api != "XYZ" and cfg.mailboxlayer_api != "" and cfg.mailboxlayer_api != "XYZ": AttributeError: 'module' object has no attribute 'mailboxlayer_api'

upgoingstar commented 7 years ago

Please add following entry in your config.py.

mailboxlayer_api = "XYZ" where XYZ is your mailboxlayer_api key.