/dc29-badge-response-generator-Python

As the name says. Forges badge responses for the Defcon 29 badge and allows folks to jump straight to having completed the signal.

Primary LanguagePython

Defcon 29 Badge Code Generator

Date: Sat 07 August 2021

Licence: MIT (2021)


This script is based on the work of igloo22225. Have a look to his analysis, and how he decrypted the token, on his github repository.

This python version wouldn't exists without his help.


This is a short python equivalent to igloo22225's GO version. It will simply and automatically generate a succession of 'resp' token matching your DC29 badge 'req' token. I increased entropy by using random hexadecimal numbers in Tier Badge informations. Some areas in the token (Prefix, IsSignalBadge), are constants to identify the badge's status. (So far it works!)

To install and use it:

  • Python 3.6 and Higher.
  • Library used are built in.
  • Launch the script and follow instructions.