Forum Moderators: open
The CONNECT method establishes a tunnel to the server identified by the target resource.As far as I can tell
CONNECT example.com:443with humanoid user-agent involving Firefox/27 (ha!) and the other five all CONNECT leakix.net:443with go/http as advertised. [IPv6] - - [time] "CONNECT leakix.net:443 HTTP/1.1" 403 2965 "-" "Go-http-client/1.1"
[IPv6] - - [time] "GET / HTTP/1.1" 400 0 "-" "TBI-HttpOpenPlugin/0.1.0 (+https://leakix.net/)"
[IPv6] - - [time] "GET /.env HTTP/1.1" 400 0 "-" "TBI-WebScanner/0.0.1 (+https://leakix.net/)"
[IPv6] - - [time] "GET /.git/config HTTP/1.1" 400 0 "-" "TBI-WebScanner/0.0.1 (+https://leakix.net/)"
[IPv6] - - [time] "GET /composer.json HTTP/1.1" 400 0 "-" "TBI-WebScanner/0.0.1 (+https://leakix.net/)"
[IPv6] - - [time] "GET /composer.lock HTTP/1.1" 400 0 "-" "TBI-WebScanner/0.0.1 (+https://leakix.net/)"
[IPv6] - - [time] "GET / HTTP/1.1" 400 0 "-" "TBI-WebScanner/0.0.1 (+https://leakix.net/)"
[IPv6] - - [time] "GET /frontend_dev.php/$ HTTP/1.1" 400 0 "-" "TBI-WebScanner/0.0.1 (+https://leakix.net/)"
[IPv6] - - [time] "GET /debug/default/view?panel=config HTTP/1.1" 400 0 "-" "TBI-WebScanner/0.0.1 (+https://leakix.net/)"
The last five, starting with /composer, always came in the same order and always from the identical IP; some days got a 400 as shown here, others a 403. The first four came in various orders except that .env always preceded .git and both used the same IP as the final five, while GET / and CONNECT came from random different IPs, each different. If it weren't for the consistent grouping--and the nasty slimy recurring leakix--you would never know that the CONNECT had anything to do with the others.