SharadKumar97 / OSINT-SPY

Performs OSINT scan on email/domain/ip_address/organization using OSINT-SPY. It can be used by Data Miners, Infosec Researchers, Penetration Testers and cyber crime investigator in order to find deep information about their target. If you want to ask something please feel free to reach out to me at robotcoder@protonmail.com
https://docs.osint-spy.io
GNU General Public License v3.0
1.15k stars 182 forks source link

email still not working #20

Closed pretech86 closed 4 years ago

pretech86 commented 4 years ago

i tried python3 python3 osint-spy.py --email example@gmail.com

and i recieved the followings General Details:

More details:

i try this many times with the same result

Sayam753 commented 4 years ago

@pretech86 I am able to reproduce this issue. Possible reason can be Invalid access token(API Key) generated from FullContact API. I got a status code of 401 using wrong API Key. Not sure of other cases.

The status code can be checked by adding a print(response.json()) in email.py file after getting response from url(line 8).

response = requests.post(url, data=data, headers=headers)
print(response.json()) # Add this line
if response.status_code == 404:
        print('Profile not found')
        return

We will soon fix this bug. Thanks for reporting the issue.

OSINT007 commented 4 years ago

Just wanted to follow up to see whether the e-mail option is back in working order ? I checked today, and email still keeps giving blank results....this was the best feature. Hopefully, there is a timeline to fix this bug?

Sayam753 commented 4 years ago

Hi @pretech86 @OSINT007 The codebase has been updated with more rigorous parsing of data and exception handling. The issue has been resolved.

pretech86 commented 4 years ago

i get this error Invalid authentication. Check API key

also fullcontact api now paid version i think , can you bypass it althought i entered all api keys