What's new

ovpn please convert this payload to http custom header

stevecool50

Addict
Joined
Apr 30, 2020
Posts
8
Reaction
2
Points
66
Guys help me to convert this playload to openvpn custom header

payload

CONNECT [host_port]@bughost.com [protocol][crlf]Host: bughost.com[crlf][crlf]
 
Code:
remote server_ip_address:1194@bughost.com
port 1194
http-proxy server_ip_address 8080
http-proxy-option VERSION 1.1
http-proxy-option CUSTOM-HEADER Host bughost.com
Assuming 1194 is a openvpn server and 8080 is a proxy software like squid/privoxy that accepts CONNECT http request method.
i've entered additional header to verify your request as a HTTP/1.1 request
 
Last edited:
Code:
remote server_ip_address:1194@bughost.com
port 1194
http-proxy server_ip_address 8080
http-proxy-option VERSION 1.1
http-proxy-option CUSTOM-HEADER Host bughost.com
Assuming 1194 is a openvpn server and 8080 is a proxy software like squid/privoxy that accepts CONNECT http request method.
i've entered additional header to verify your request as a HTTP/1.1 request
eto po ba yung sa ovpn noload na sir?
 
Back
Top