Hello all!
I would like to help me transform a payload to Http Headers for .ovpn file
The target paylaod is
CONNECT [host_port]@bug.host [protocol][crlf][crlf]GET http://bug.host HTTP/1.1[crlf]Host: bug.host[crlf][crlf]
I know that there are the remote host:port@bug.host and I also know the...