Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.06 KB

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