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

KeyError on pastes scripts in domain and emails modules #137

Closed S3RKK closed 6 years ago

S3RKK commented 7 years ago

I feel like I am the only one posting issues, and it feels like I am retarded. But I just wanna use this tool very bad and want it to work so :D I fixed my old issue now, I get something with google.

Traceback (most recent call last): File "./datasploit.py", line 54, in main(user_input) File "./datasploit.py", line 36, in main emailOsint.run(user_input) File "/root/datasploit2/emailOsint.py", line 8, in run osint_runner.run("email", "emails", email) File "/root/datasploit2/osint_runner.py", line 23, in run data = x.main(m_input) File "/root/datasploit2/emails/email_pastes.py", line 61, in main data = google_search(email) File "/root/datasploit2/emails/email_pastes.py", line 44, in google_search if int(data['searchInformation']['totalResults']) > 0: KeyError: 'searchInformation'

This is when trying to find information about an email address. I do get some results but then this comes.

S3RKK commented 7 years ago

It comes when this step comes "Finding Paste(s)"

KunalAggarwal commented 7 years ago

We'll be pushing code in a while to handle this error in domain and emails modules. This generally happens when the daily API usage gets exhausted.

Regards, Kunal

KunalAggarwal commented 6 years ago

Was fixed with commit 6ab57b399e381e172a0dca057db6365f8f860202