我正在尝试使用一个名为seniorpeoplemeet的网站创建http请求克隆,但其返回失败连接!错误的代理/连接/主机作为源。
如果我通过Fiddler手动发出完全相同的请求,那么它是正确的,但是当我尝试通过Storm(网站安全测试工具)提出该请求时,它并不合适。我不确定为什么。
Chrome浏览器|通过Fiddler捕获的请求
GET https://www.seniorpeoplemeet.com/ HTTP/1.1
Host: www.seniorpeoplemeet.com
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Response:
HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Vary: Accept-Encoding
Set-Cookie: PMUD=CCount=1&CDate
BLAH BLAH ETC
带有Storm的手动确切请求(不是很确切,这是我尝试的最新操作,没有标题)
使用“ http://www.seniorpeoplemeet.com/”值声明“ link1”变量
============ Stage 1 - Sent Data ============
GET / HTTP/1.1
Host: www.seniorpeoplemeet.com
============ Stage 1 - Received Data ============
HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: https://www.seniorpeoplemeet.com/
Set-Cookie: PMUD=CCount=1&CDate=7/13/2018&CDTF=7/13/2018; domain=.seniorpeoplemeet.com; expires=Sat, 13-Jul-2019 23:30:42 GMT; path=/
Set-Cookie: UMID=8d16a411-d4bb-405f-8065-b68f78f2fa0a; domain=.seniorpeoplemeet.com; expires=Sat, 13-Jul-2019 23:30:42 GMT; path=/
Set-Cookie: VIEWLP=03; domain=seniorpeoplemeet.com; expires=Sun, 12-Aug-2018 23:30:42 GMT; path=/
Set-Cookie: PMUD=CCount=1&CDate=7/13/2018&CDTF=7/13/2018; domain=.seniorpeoplemeet.com; expires=Sat, 13-Jul-2019 23:30:42 GMT; path=/
Set-Cookie: UMID=8d16a411-d4bb-405f-8065-b68f78f2fa0a; domain=.seniorpeoplemeet.com; expires=Sat, 13-Jul-2019 23:30:42 GMT; path=/
Set-Cookie: VIEWLP=03; domain=seniorpeoplemeet.com; expires=Sun, 12-Aug-2018 23:30:42 GMT; path=/
Set-Cookie: PinStore=-1757268342=-1936176626|0; domain=.seniorpeoplemeet.com; expires=Sat, 13-Jul-2019 23:30:42 GMT; path=/
Set-Cookie: SSKY=ESID=eb067a25-a6bd-4d99-9937-205ae98afdd8&THEME=23; domain=.seniorpeoplemeet.com; path=/
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self';
Date: Fri, 13 Jul 2018 23:30:41 GMT
Content-Length: 150
=====Start Received Source=====
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="https://www.seniorpeoplemeet.com/">here</a>.</h2>
</body></html>
=====End Received Source=====
============ Stage 1 - Sent Data ============
GET / HTTP/1.1
Host: www.seniorpeoplemeet.com
============ Stage 1 - Received Data ============
=====Start Received Source=====
Failed to connect! bad proxy/connection/host.
=====End Received Source=====
============
Check Result: Banned
Save Format:
============
上述请求是GET HTTP
如果我使用HTTPS链接进行GET操作,则直接导致连接失败!代理/连接/主机错误。
如果我通过提琴手手动发送请求,即使请求头为0,也可以正常使用,直接连接使用HTTP或HTTPS
我只是不确定为什么网站拒绝连接。