AlanFramework icon indicating copy to clipboard operation
AlanFramework copied to clipboard

Default proxy for C2

Open mashaGC opened this issue 3 years ago • 1 comments

Hi,

Is there a way to configure for the client to use the default machine proxy (org proxy), or set proxy configurations (dest + port)? Otherwise the client cannot communicate with the server that is outside the org network if direct access to the internet from the machine is blocked. As I understand, the proxy that exist in the framework doesn't allow such functionality and used for pivoting inside the network.

mashaGC avatar Sep 21 '22 13:09 mashaGC

Hi, Currently, the only supported proxy type is SOCKS5. Implementing an HTTP proxy requires a little bit more work since I don't use Windows API but socket functions. This implies that I have to implement an HTTP proxy from scratch. I'll put this feature for the next Alan release.

enkomio avatar Sep 22 '22 21:09 enkomio