pufferpanel / pufferpanel

PufferPanel is an open source game server management panel, designed for both small networks and personal use

Home Page:https://pufferpanel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your webserver apparently responds w/ 200 OK to HTTP CONNECT requests

ThiefMaster opened this issue · comments

Pretty sure you aren't actually running an (open) proxy, but e.g. open proxy detectors of IRC networks will see that a HTTP CONNECT being answered with a 200 OK status code which is considered success.

[adrian@claptrap:~]> nc 15.204.xxx.xxx 8080
CONNECT lol.whatever.test:69 HTTP/1.0

HTTP/1.0 200 OK
Accept-Ranges: bytes
Content-Length: 2802
Content-Type: text/html; charset=utf-8
Last-Modified: Sun, 31 Mar 2024 01:59:43 GMT
Date: Wed, 05 Jun 2024 21:15:21 GMT

<!DOCTYPE html><html lang="en">[...]

Instead, the server should reply with an error status code since clearly it does not allow/do any proxying.