工具使用-curl/wget

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 #通过代理访问

 

 

 

 

posted @ 2019-08-01 21:12  7hang  阅读(263)  评论(0编辑  收藏  举报