HTB Unbalanced edition
It's that:
Well, long story short:
Also, there is nothing relevant on GitHub. I, personally, have solved the cachemgr part of this box using raw HTTP requests and a netcat
utility.
This program does exactly the same thing I did, so you don't have to do it yourselves =)
I'll leave the binary for MacOS on the Releases page.
Others will need to compile it. Don't worry, it's not that hard:
-
Install the Rust toolchain using rustup.rs.
-
git clone
this repo. -
Run
cargo build --release
there.
If I've helped you, let me know by starring this repository and/or giving me +rep on my profile page.
Distributed under the GPL-3.0 license. See LICENSE
for more information.