Pentesting Squid
Discovery
nmap -sC -sV TARGET -p 3128
# 3128/tcp open http-proxy Squid http proxy 4.14
# http-title: ERROR: The requested URL could not be retrieved
# http-server-header: squid/4.14Generated ... by SQUID (squid/4.14)Proxy Internal HTTP Requests
curl -I --proxy http://TARGET:3128 http://TARGET:8080
# HTTP/1.1 200 OK
# Server: Apache/2.4.46 (Win64) PHP/7.3.21
# X-Powered-By: PHP/7.3.21
# Via: 1.1 SQUID (squid/4.14)HTTP proxy: TARGET
Port: 3128
URL: http://TARGET:8080/Last updated