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

"clear bit marked as disabled" error #263

Open Exotic-Algorithms opened 6 years ago

Exotic-Algorithms commented 6 years ago

OS: Kali Linux 2.0 root@kali:~# datasploit -i legendaryalgorithms@protonmail.com True

/ / / / / / ()/ / / // // __// __// _// \ / // \ / // / / // // // // / / // /( )/ // // // // // // / _,/ _,/ _/ _,//__// ./// ___/// \/ /_/

       Open Source Assistant for #OSINT
           www.datasploit.info

Target: legendaryalgorithms@protonmail.com Looks like an EMAIL, running emailOsint...

[-] Skipping Clearbit because it is marked as disabled.

---> Searching Whoismind for associated domains

Traceback (most recent call last): File "datasploit.py", line 112, in main(sys.argv[1:]) File "datasploit.py", line 68, in main auto_select_target(single_input, output) File "datasploit.py", line 101, in auto_select_target emailOsint.run(target, output) File "/usr/share/datasploit/emailOsint.py", line 9, in run osint_runner.run("email", "emails", email, output) File "/usr/share/datasploit/osint_runner.py", line 28, in run data = x.main(m_input) File "/usr/share/datasploit/emails/email_whoismind.py", line 28, in main if at.text in at['href']: File "/usr/lib/python2.7/dist-packages/bs4/element.py", line 1011, in getitem return self.attrs[key] KeyError: 'href'

sh0ra1t commented 6 years ago

well i got this problem too.

it is related to osint_runner.py

any one can help?