streaak / keyhacks

Keyhacks is a repository which shows quick ways in which API keys leaked by a bug bounty program can be checked to see if they're valid.
4.86k stars 1.01k forks source link

Scripted tests #46

Closed gwen001 closed 4 years ago

gwen001 commented 5 years ago

Hi,

Based on your work in this repo, I wrote a small bash script in order to make our life easier and save our precious time :)

Here it is: https://github.com/gwen001/pentest-tools/blob/master/testkeys.sh

I don't have valid and invalid keys for all services (and it's alot of copy/paste xD) so feel free to ping me if something goes wrong.

Thank you :)

gwen001 commented 5 years ago

Let's rename it to fit your repo's name :)

https://github.com/gwen001/pentest-tools/blob/master/keyhacks.sh

streaak commented 4 years ago

Hey @gwen001, Thanks you for this. I will add it to the original repository after review hopefully by this weekend.

gwen001 commented 4 years ago

No problem, let me know if I can help to test :)