This is my own personal little reskin of the Mythic user-interface. Inspired very very very very heavily by Marathon. In fact, many design patterns were whole sale copied from Marathon's in game design and websites. I'm not shipping this with proprietary fonts because that's no-bueno. But hopefully if you're a fan of Marathon and you're a red-teamer you'll have fun driving your ops from here.
Run from the Mythic directory:
cd /opt/mythic/Mythic
sudo ./mythic-cli install folder /opt/mythic/Mythic-Themed -f
sudo ./mythic-cli build mythic_themed_react
sudo ./mythic-cli start mythic_themed_reactThe themed UI will be available at http://<host>:7444/ once the container is healthy.
If you're looking for the fonts used by Marathon they are:
KHInterference_Regular.woff2 (The most tech-y looking font) NIS-JTC-Win-M9.ttf (Close enough, the evangelion like text) Shapiro_55Middle.woff2 (The sleek header text. also used is MarathonShapiro_Wide65.woff2 which you can find in places.) PPFraktionMono_Medium.woff2 and PPFraktionMono_Regular.woff2 (Terminal text)
This is largely a fork of the Mythic-UI component inside the main Mythic container with some light customizations, so I can't claim ownership of the core implementation. This is really just for fun, and built this way because its too in depth to be a theme, and I didn't want to force my coworkers to use my game-themed interface.
You have to ship this side by side with Mythic right now. It's not a proxy to 7443, but it does access basically the same backend, and its heavy on the overhead because its a separate node server doing the same thing. Also don't recklessly expose this port to the internet (not that you likely would with a C2 server) because its http right now. Again, at the moment this is more of a toy than a true daily driver that you should force on your team lol.