kpcyrd / sn0int

Semi-automatic OSINT framework and package manager
https://sn0int.readthedocs.io/
GNU General Public License v3.0
1.99k stars 178 forks source link

Question about API Key #182

Open John33000 opened 4 years ago

John33000 commented 4 years ago

Hi,

I would like to know how I can add api key. I want use the module "leakprobe" but I'm being asked to add API key. But where I put her ?

Best regards

kpcyrd commented 4 years ago

There's a keyring command that you can use:

[sn0int][default] > keyring add leakprobe:the-key-name
[?] Secretkey: your-secret-key-goes-here
[sn0int][default] > 
[sn0int][default] > keyring list
[you should see your keys here]
[sn0int][default] > 
[sn0int][default] > use leakprobe 
[sn0int][default][ysf/leakprobe] > run 
[?] Grant access to "leakprobe" credentials? [y/N]: y
[+] Granted access to "leakprobe"
[...]
[+] Finished ysf/leakprobe
[sn0int][default][ysf/leakprobe] > 

The "key name" is used to identify it when managing your keyring or for services like aws, that have both an access key and a secret key. This doesn't seem to be the case here so you can name it however you want, as long as it starts with leakprobe:. The important value is your-secret-key-goes-here.

@ysf wrote the module so maybe he can help here as well.

Let me know if it worked!

ysf commented 4 years ago

Hey,

AFAIK the leakprobe.net service is dead so even with an API-Key you won't be able to use it. I can try to build new plugins in 2-3 weeks if still interested for alternative APIs.

John33000 commented 4 years ago

Hi @ysf and @kpcyrd

Thank you for your help. It's not possible to run all module for one or multiple domain, email etc ? We can run only one module ?

Best regards

John33000 commented 4 years ago

Hi @ysf and @kpcyrd

It's possible to send result in file ? For example -o report.txt or .csv ? I don't find this option in Wiki.

Best regards

ysf commented 4 years ago

You're cumulating different questions know. I suggest you say what you're trying to achieve and @kpcyrd and I could point out a workflow on how to do this with sn0int.

John33000 commented 4 years ago

Ok @ysf sorry

ysf commented 4 years ago

No! Don't be sorry, it's great you're asking all this!

John33000 commented 4 years ago

So I wait the answer of this ? After I ask new question :

Hi @ysf and @kpcyrd

Thank you for your help. It's not possible to run all module for one or multiple domain, email etc ? We can run only one module ?

Best regards

@John33000