Skip to content

HTTP CONNECT Proxy module

Balazs Bucsay edited this page Jun 3, 2018 · 2 revisions

Base protocol: HTTP
Type: Stateful
Parent: TCP Generic

Introduction

a

When to use

On networks where the only way to access the internet is a HTTP proxy that supports the CONNECT method.

Hint: ??

Configuration

[HTTP_CONNECT]
enabled = yes
serverport = 443
proxyip = 1.1.1.1
proxyport = 3128

enabled

The value of this attribute is either yes or no. If it was set to yes, then the module will be initiated when the framework is started.

serverport

In server mode, this module fully acts like the TCP Generic module. It spins up a TCP Generic server, and the listening port will be the specified one.

proxyip

Proxy server's IP address has to be provided here.

proxyport

Proxy server's port has to be provided here.

Firewall rules on the server

Allow incoming TCP connections to the serverport that was configured the config file.

XFLTReaT wiki pages

Clone this wiki locally