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.81k stars 1k forks source link

Add FileStack API key #131

Open Devang-Solanki opened 1 year ago

Devang-Solanki commented 1 year ago

You can confirm the key validity by running the below curl command on.

❯ curl -X POST \
    -d url="https://assets.filestackapi.com/watermark.png" \
    "https://www.filestackapi.com/api/store/S3?key=KEY"
0xbartita commented 1 year ago

What is next ?