summaryrefslogtreecommitdiffstats
path: root/ncat/docs/examples/scripts/http-proxy
blob: 904c20fd1eff730e2f4fcd36ce83d524b7989b13 (plain)
1
2
3
4
5
NCAT_PATH=../../..
PROXY_HOST=www.cnn.com:80
PROXY_AUTH=user:pass

$NCAT_PATH/ncat --http-proxy "$PROXY_HOST" --proxy-auth "$PROXY_AUTH" localhost 3128