CracktheCon

Hashes


We are supplying teams with test hashes to test their submission methods. Please register the team name you will use in the contest as team names will not be removed come contest time.

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 02 - 19:00 to April 04 - 19:00 UTC

The example hashes to test can be downloaded here: Pro / Street

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
}