/badges

Simple CLI to generate badges from rootme, cryptohack and newbiecontest by parsing website.

Primary LanguageGo

Badges generator for challenges websites

✨ Inspiration

Some challenges websites like tryhackme or hackthebox use badges you can export to have a synopsis of your progression on the website. I find it very cool so I decided to implement my own for other website I use which does'nt have this sort of badges.

🔨 Usage

go build .
./badges --website cryptohack --username thibaultserti --theme dark --output cryptohack.png

Supported websites: cryptohack rootme newbiecontest

Supported themes: dark light

🎨 Examples

Rootme (dark)

Newbiecontest (light)

Cryptohack (dark)

Caution: for newbiecontest you should use your user id instead of your username

🔗 Related work

See https://github.com/HexPandaa/RootMe-Badge-Generator

🗒️License

MIT

Authors

Thibault Ayanides