> For the complete documentation index, see [llms.txt](https://docs.h4rithd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.h4rithd.com/tcp/3128-squid-proxy.md).

# Squid Proxy | 3128

* Common usage

```bash
## Curl
curl --proxy http://<RemoteIP>:3128 http://<RemoteIP>
curl --proxy http://<USERNAME>:'<PASSWORD>'@<RemoteIP>:3128 http://<RemoteIP>    

## The proxychains file.
sudo vi /etc/proxychains4.conf
## add http  <RemoteIP> 3128

proxychains nmap -sT -n -p- 127.0.0.1
```
