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 10 - 20:30 to April 12 - 20:30 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: c85625e48d7c65f9099bed688dc518767e2a1e2c7a8b66d34cadc1ec2844c5f1
SHA256 Checksum Street: 8eb75383dc95efd0109c015a27001855c9f555217c89c34896df78945acb2607

Password: VfNDiJgYEXmVbyJ4pzd4

Pro Hashlists
Name Points per Found Points per First Found
100%.salt.free.110%.hassle 200 400
AprilFools 350 700
Brainkiller 1'000 2'000
BreakingBad 1'200 2'400
DESleppard 100 200
FantasticFour 50'000 100'000
HiddenInPlainSight 100 200
InTheZone 100 200
plzadd2hc 1'000 2'000
SuperList 800 1'600

Street Hashlists
Name Points per Found Points per First Found
2C3033.OUI 2 4
Brainkiller 500 1'000
catchall 2 4
phytology 1'000 2'000
vision 1 2
YouLikeToSing? 20 40
YourNameRocks 100 200

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
}