Hexer
| 

Invoke-AI Generated Logo
A light-weight and easy to deploy SSH application which leverages Golang to expose shell sessions to organize HTB sessions.
💡 Check the documentation
for usage and more information.
Examples
Serve Command
Using the local mode with the serve
command.

Notes...
Using the local mode with the commands: serve, execute, and note.

Quickstart
Setup Golang (version of at least 1.23 required)
Download at least version 1.23 of Golang
for example:
sudo su -
wget https://go.dev/dl/go1.23.5.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.5.linux-amd64.tar.gz
Setup Hexer
Get up and running quick like:
go run github.com/archimoebius/hexer@latest serve
Install / Setup
To download hexer and then use it - something like the following will do:
go install github.com/archimoebius/hexer@latest
hexer serve
Credits
Without the shoulders of giants to stand upon - this project wouldn't exist... Thank you for crafting such great libraries!
🤝 Contributing
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.
📝 License
Copyright ©2025 ArchiMoebius.
This project is GPL licensed.