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.
go build ../badges --website cryptohack --username thibaultserti --theme dark --output cryptohack.pngSupported websites: cryptohack rootme newbiecontest
Supported themes: dark light
Caution: for newbiecontest you should use your user id instead of your username
See https://github.com/HexPandaa/RootMe-Badge-Generator
MIT
Thibault Ayanides