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.84k stars 1.01k forks source link

Add Giphy API key #129

Closed Devang-Solanki closed 1 year ago

Devang-Solanki commented 1 year ago

Hi @streaak can you please add Giphy API key.

To verify api key we can simply request or visit in browser.

https://api.giphy.com/v1/gifs/trending?api_key=<YOUR KEY>

if it gives 200 then it means key is active and correct if it is wrong it will give you 401 unauthorized error.

l1unter commented 1 year ago

will, does that has a real impact, i mean should a bug hunter report it??

Devang-Solanki commented 1 year ago

I don't think this will help any bug bounty hunters

streaak commented 1 year ago

Closing as it has no actual impact