风暴英雄 http 302重定向 正在等待游戏模式下载完成

抓包

在抓到的数据包里面,看到一个http get请求,右键选中,然后follow stream

wireshark自动进行数据包过滤tcp.stream eq 1340,并且可以看到完整的数据通讯

 

 

GET /Hero/zhCN/client/alert?build=zhCN&targetRegion=0&homeCountry= HTTP/1.1
User-Agent: Blizzard Web Client
Host: nydus.battle.net
Cache-Control: no-cache

HTTP/1.1 302 Found
Date: Sat, 25 Nov 2017 03:15:30 GMT
Server: Apache
X-Frame-Options: SAMEORIGIN
Cache-Control: max-age=3600
Location: http://INVALID.launcher.battle.net/service/Hero/alert/zh-cn
Content-Length: 243
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://INVALID.launcher.battle.net/service/Hero/alert/zh-cn">here</a>.</p>
</body></html>

 

 

 

在TLSv1.2的数据流中看到

crl4.digicert.com

 https://www.digicert.com

DigiCert is the go-to provider of identity, authentication, and encryption solutions for the web and IoT devices.

We help enterprises of every size deploy PKI security that aligns with industry standards and best practices.

Our SSL tools and enterprise-grade platform simplify management, automate certificate tasks, and give organizations the power to customize workflows to best fit their needs.

 

可以用如下语法过滤和指定ip的ssl

ssl and ip.dst== 24.105.29.76

然后选择一个clien thello,follow tcp stream

 

 


正在等待游戏模式下载完成

1.win10系统中,搜索allow an app through windows firewall

2.然后选择里面的allow another app

3.浏览这个路径C:\Program Files (x86)\Heroes of the Storm\Versions\某一个版本\HeroesOfTheStorm_x64.exe,然后add

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(2074)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2016-11-25 LabelControl文本居中显示
2015-11-25 军校退学
点击右上角即可分享
微信分享提示