CracktheCon

Hashes


Overview

Points will be rewarded for each hash a team successfully cracks.
Each hash will be worth more points for the first team to submit a correct found for that hash.

Your team's API key will be emailed to your team email after successful team registration.

All hashes must be submitted exactly the same way they have been presented to you e.g. Case Sensitivity unless clearly stated otherwise.
Zip, RAR, 7z, LUKS, HCCAPX files or any other "binary" file type will need to be submitted in `filename.ext:password` format.
Example: `wifi.hccapx` will be submitted as `wifi.hccapx:p@ssword01`

$HEX[] passwords are not supported! Please submit accordingly.

Once you submit hashes as a street team we are unable to change your team status to pro.
contact pro@crackthecon.com if you wish to play as pro.
Submissions are limited to 50,000 founds per submit.
Submissions are limited to six (6) submissions every 60 seconds. You have been warned.

Downloads

The contest will be running from April 27 - 18:00 to April 29 - 18:00 UTC

The hashes can be downloaded here (the password and lists will be shown below after the contest starts):

Pro  Street

Decrypt with: gpg -d pro.7z.gpg > pro.7z
SHA256 Checksum Pro: 2ad169a4fc81bfc14457880b9aee36eeaa1423e3532ed2ebeeaeefa691d842b2
SHA256 Checksum Street: dbe0e3370d4cee4de3b006194fa6e08383c2518bf993b72b94c981764f04f59d

Password: ZPWPzJWoQpMFqQ4pSWsqL2t69w0eB3a3aWg (make sure you don't copy spaces)

Pro Hashlists
Name Points per Found Points per First Found
936 Troubador 50 55
Agent Glitch 250 275
Gay Melanoma 10 11
HC Safe 30 33
he-ran-somewhere 250 275
numbers^3 30 33

Street Hashlists
Name Points per Found Points per First Found
637970686572636F6E 2 2
Challenge1 4 4
Challenge2 25 27
Challenge3 6 6
Challenge4 10 11
Challenge5 40 44
Challenge6 22 24
Challenge7 2 2
Challenge8 8 8
Challenge9 55 60
Archives 10 11

Submission

Hashes can be submitted to https://crackthecon.com/api/submit.php sending a request with following content:
{
  "key": "[team-key]",
  "found": [
    "0e5db45a96d5527fcc36ce9400d9a93ab7395869:a",
    "78acfc3360d919d083aa8f25ae6923705f6931d4:plain",
    "challenge1.7z:text"
  ]
}
    
A basic example submission client can be found here https://github.com/winxp5421/crackthecon_submit

All hashes must be submitted exactly the same way they have been presented to you e.g. Case Sensitivity unless clearly stated otherwise.
To retrieve updates about submissions you can do following request to https://crackthecon.com/api/uploads.php
(The limit parameter denotes uploads submitted after this unix time are returned):
{
  "key": "[team-key]",
  "limit": 1543921825
}