What's new

Tools OpenHTTP Puncher Server

lfasmpao

Forum Veteran
Joined
May 25, 2018
Posts
1,572
Reaction
3,385
Points
650
This is for advanced users only.
This was intended to release the last month, I am sorry for the delay.

This is a tool that helps you to bypass internet firewall using HTTP.
This will force your server to send HTTP connection established response.


Code:
HTTP tunneling client -> Firewall -> ohpserver

Features:
Upgrades your HTTP Proxy software (squid/tinyproxy/privoxy) to an HTTP tunneling friendly
Allows invalid HTTP request to be sent to the server and responses 200 automatically

Download:
You do not have permission to view the full content of this post. Log in or register now.
The client is optional but you can use it on your routers/mobile or computer depends on the architecture

Install Guide (Linux):
Install any HTTP Proxy Software first and make sure it works
Code:
wget https://github.com/lfasmpao/open-http-puncher/releases/download/0.1/ohpserver-linux32.zip
unzip ohpserver-linux32.zip
chmod +x ohpserver

Run server (Linux)
Code:
screen -dm bash -c "./ohpserver.exe -port (server port) -proxy (HTTP proxy ip:port) -tunnel (redirection tunnel ip:port)"

Run server (Windows):
Code:
Open CMD and cd to the directory
ohpserver.exe -port (server port) -proxy (HTTP proxy ip:port) -tunnel (redirection tunnel ip:port)

Sample Server Usage:
Code:
Windows:
SSH
ohpserver.exe -port 5555  -proxy 127.0.0.1:3128 -tunnel 127.0.0.1:22

OpenVPN
ohpserver.exe -port 5555  -proxy 127.0.0.1:3128 -tunnel 127.0.0.1:1194

Linux:
SSH
./ohpserver -port 5555  -proxy 127.0.0.1:3128 -tunnel 127.0.0.1:22

OpenVPN
./ohpserver -port 5555  -proxy 127.0.0.1:3128 -tunnel 127.0.0.1:1194

You could use external IP and port


Using the server on your HTTP Tunneling client:
Setup your HTTP Tunneling client to use the server as your HTTP Proxy and input any IP on your SSH/VPN client it will be automatically redirected to the one you've set into your server (tunnel)

Note: This is only a server you could use any HTTP tunneling client that sends HTTP requests to a server.

Now explore your internet firewall :)
I won't respond to any questions. just explore the tool it has a lot of potentials.
Anyway ingat tayo palagi.
#StayHome #StaySafe
 
Last edited:
Noob friendly:
Once naka setup na yung server nyo to run ohpserver. Fire up nyo HTTP Injector nyo tapos gamitin nyo yan as HTTP Proxy server (yung port na ginamit mo sa ohpserver hindi yung http proxy port sa squid mo) then experiment kayo ng payload. It will accept anything kahit anong invalid pa yan plus you can set any IP sa SSH settings, it can be a bypass too. Explore nyo nalang :)

Ginawa ko ito para sa mga nag eexplore ng payload or dun sa meron na pero not sure kung nagana, this will help you a lot.
 
Last edited:
salamat po sa napakagandang tool nato sir lfasmpao , sana sir sa next update for linux binary, meron syang pid para po madali ilink sa background

Tested po sir working sa injector, ang galing ng tool, nagmumukha nalang dummy ung nasa ssh settings haha, super thanks po talaga dito sir.
it can be a trick din to act as fake information sa firewall 👌🏻 and you can use screen nalang for background process as di ko sure kung stable na yan for a very large crowds
 
salamat po sa napakagandang tool nato sir lfasmpao , sana sir sa next update for linux binary, meron syang pid para po madali ilink sa background

Tested po sir working sa injector, ang galing ng tool, nagmumukha nalang dummy ung nasa ssh settings haha, super thanks po talaga dito sir.
Kahit no load at DNS record trick?
 
Last edited:

Similar threads

Back
Top