Were
Project

Flag Generator

A simple tool written in Python designed to save time when creating custom flags for CTFs. The program takes an initial string to use as a prefix (e.g., flag{}, SptKdd{}) and a second string that is converted to alphanumeric format and inserted into the flag. For example, hello becomes h3ll0

prefix : flag

text : you are a beautiful player

output : flag{y0u_4r3_a_b34u71ful_pl4y3r}

Dw/ghub