🟢 ASH Tunnel :
VPS installer :
Intoducing the new update of ASH HTTP proxy that exists in our official installer script .
It is now replaced from HTTP protocol only, to HTTP + WS that are working in the same time and the same ports, and as ar result, installing separated WS protocol option has been removed.
How to switch between both of those protocols when I need one of them ?
- It's so easy, if you want to use WS Protocol, declare 'Upgrade: websocket' in your own payload. If you want to use HTTP protocol, don't declare it in your payload
New payload header : [sameresponse]
What's the benefit of this new feature ?
- it gets the response headers of your host using the same injected payload and bring it back for your client
How to use it ?
- you should declare it exactly in the right side of the "Host" header,
Example :
Before :
GET /cdn-cgi/trace HTTP/1.1[crlf]Host: www.google.com[crlf][crlf]
After :
GET /cdn-cgi/trace HTTP/1.1[crlf][sameresponse]Host: www.google.com[crlf][crlf]
⚠ Note : if [sameresponse] is declared but 'host' header doesn't exist, the [sameresponse] feature will be skipped and the default response 200 OK will be given
Examples below soon :
>>Click here to continue<<
