-
Notifications
You must be signed in to change notification settings - Fork 69
HTTP CONNECT Proxy module
Balazs Bucsay edited this page Jun 3, 2018
·
2 revisions
Base protocol: HTTP
Type: Stateful
Parent: TCP Generic
a
On networks where the only way to access the internet is a HTTP proxy that supports the CONNECT method.
Hint: ??
[HTTP_CONNECT]
enabled = yes
serverport = 443
proxyip = 1.1.1.1
proxyport = 3128
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.
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.
Proxy server's IP address has to be provided here.
Proxy server's port has to be provided here.
Allow incoming TCP connections to the serverport that was configured the config file.
XFLTReaT 2017-2020 Balazs Bucsay @xoreipeip
- Home - Introduction to XFLTReaT
- The framework - The framework explained
- Installation - How to install the tool
- Configuration - How to configure the framework
- Operating System support - See the supported Operating Systems
- Transport modules - Explanation of the transport modules
- Authentication modules - Explanation of the authentication modules
- Encryption modules - Explanation of the encryption modules
- Use Cases - Examples use cases
- Development - How to develop for the framework