Skip to content

Instantly share code, notes, and snippets.

@miketweaver
Last active October 12, 2017 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miketweaver/3d643b87d81bfdb6204294cdd719b42b to your computer and use it in GitHub Desktop.
Save miketweaver/3d643b87d81bfdb6204294cdd719b42b to your computer and use it in GitHub Desktop.
API.md

Command:

curl -X POST   https://api.passwordctf.com/hashes   -d '{
"data": {
"user_name": "USERNAME GOES HERE",
"api_key": "API KEY GOES HERE",
"hashes": [
"a2477e96493f08578eac08f015ec74ead449cd04:73f1e0a2254a21f094652b8b82b2f586"
]
}
}'

Response:

{"success":false,"message":{"cracks":{"a2477e96493f08578eac08f015ec74ead449cd04":"73f1e0a2254a21f094652b8b82b2f586"},"failed":[],"already_cracked_and_submitted":[]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment