1a11 / o8

One OSINT tool - every OSINT tool
GNU General Public License v3.0
4 stars 3 forks source link

What about API keys? #1

Closed shanow7 closed 4 years ago

shanow7 commented 4 years ago

where I have to insert the api keys?

1a11 commented 4 years ago

Hey. You don't have to. O8 is a completely standalone tool. In other words, fuck paid APIs

shanow7 commented 4 years ago

something it's wrong

image

1a11 commented 4 years ago

First of all, name-things doesn't work for now, till I finish working on that. Second, Gravatar lookup uses an e-mail address to find any record with it into its database.

shanow7 commented 4 years ago

Which of the modules 0-7 works?

1a11 commented 4 years ago

Every module

1a11 commented 4 years ago

First of all, don't flash your info over the Internet. Second, would you mind telling me what kinds of data you entered?

1a11 commented 4 years ago

Also, your command line output doesn't seem right. Can you please ensure, everything is installed, including sherlock and phoneinfoga modules

shanow7 commented 4 years ago

I flash my information because you can see what data is being input, except that there is nothing in the installation description about installing sherlock

1a11 commented 4 years ago

That's what we are going to do. Go through that checklist and verify, everything is working correctly:

For now, I can see, your checks list is empty. It prints

[]

but it actually needs to be something like that:

{'0': {'url': 'http://ip-api.com/json/{}+ip', 'type': 'external'}, '1': {'url': 'https://gravatar.com/{}+ehash', 'type': 'external'}, '2': {'url': 'https://intelx.io/?s={}+email', 'type': 'external'}, '3': {'url': 'https://haveibeenpwned.com/unifiedsearch/{}+email', 'type': 'external'}, '4': {'url': 'local://okcheck/', 'type': 'local'}, '5': {'url': 'local://h8mail/', 'type': 'local'}, '6': {'url': 'local://sherlock/', 'type': 'local'}, '7': {'url': 'local://phoneinfoga/', 'type': 'local'}}

My Telegram is @nolewit if it would be more comfortable to talk that way

1a11 commented 4 years ago

The error got fixed with last commit #61daec5. It should work now. My fault