Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about API Key #182

Open
John33000 opened this issue Jul 2, 2020 · 8 comments
Open

Question about API Key #182

John33000 opened this issue Jul 2, 2020 · 8 comments

Comments

@John33000
Copy link

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
Copy link
Owner

kpcyrd commented Jul 2, 2020

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
Copy link
Contributor

ysf commented Jul 2, 2020

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
Copy link
Author

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
Copy link
Author

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
Copy link
Contributor

ysf commented Jul 3, 2020

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
Copy link
Author

Ok @ysf sorry

@ysf
Copy link
Contributor

ysf commented Jul 3, 2020

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

@John33000
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants