Skip to content

limitedeternity/squidclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5a2b3c · Aug 8, 2020

History

6 Commits
Aug 8, 2020
Aug 8, 2020
Aug 8, 2020
Aug 8, 2020
Aug 7, 2020
Aug 8, 2020

Repository files navigation

SquidClient

HTB Unbalanced edition

What is "Unbalanced"?

It's that:

image

Usage:

image

Why?

Well, long story short:

image Screenshot at Aug 07 18-53-34

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 =)

Building:

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:

  1. Install the Rust toolchain using rustup.rs.

  2. git clone this repo.

  3. Run cargo build --release there.

Notes:

If I've helped you, let me know by starring this repository and/or giving me +rep on my profile page.

Meta:

Distributed under the GPL-3.0 license. See LICENSE for more information.

@limitedeternity