首页
社区
课程
招聘
[原创]windbg调试协议wireshark抓包解析插件
发表于: 2024-3-16 09:56 3061

[原创]windbg调试协议wireshark抓包解析插件

王cb 活跃值
11
2024-3-16 09:56
3061


#### 使用说明


把目录下文件复制到如下位置,Wireshark支持版本4.0以上


C:\Program Files\Wireshark\plugins\4.0\kdnet.lua


C:\Program Files\Wireshark\gcrypt.dll


C:\Program Files\Wireshark\luagcrypt.dll


启动


"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\windbg.exe" -k "com:pipe,port=\\.\pipe\pipeout,baud=115200,resets=0,reconnect"


powershell执行,hyper-v模式


Set-VMComPort -VMName win10x6422h2 -Path \\.\pipe\pipein -Number 1


在虚拟机中执行


bcdedit /dbgsettings serial DEBUGPORT:1 BAUDRATE:115200


bcdedit /debug on


最后执行


pipe.exe pipeout pipein


Wireshark在pipe.exe目录下打开生成的pcap文件


原作者工具使用方法


"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\windbg.exe" -k "net:port=51111,key=8.8.8.8"


在虚拟机中执行


bcdedit /dbgsettings net hostip:192.168.2.1 port:51111 key:8.8.8.8


bcdedit /debug on


最后执行


"C:\Program Files\Wireshark\Wireshark.exe" -Xlua_script:kdnet.lua -okdnet.key:8.8.8.8  -r pcaps/windbg-uncut.pcap


新增Wireshark实时捕获模式使用方法


pipe.exe pipeout pipein bacnet


"C:\Program Files\Wireshark\Wireshark.exe"  -ni \\.\pipe\bacnet


在Wireshark打开pipe\bacnet查看实时捕获数据包




##  相关引用 ##


[原作者工具](https://github.com/Lekensteyn/kdnet/tree/master)


[作者工具](https://github.com/cbwang505/windbg-wireshark)


## 参与贡献 ##



作者来自ZheJiang Guoli Security Technology,邮箱cbwang505@hotmail.com



[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

最后于 2024-3-17 14:17 被王cb编辑 ,原因: add new mode
上传的附件:
收藏
免费 2
支持
分享
最新回复 (4)
雪    币: 11695
活跃值: (7179)
能力值: ( LV13,RANK:550 )
在线值:
发帖
回帖
粉丝
2
https://github.com/cbwang505/windbg-wireshark
2024-3-16 10:24
0
雪    币: 2980
活跃值: (4891)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
3
2024-3-16 13:32
0
雪    币: 3090
活跃值: (30881)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
感谢分享
2024-3-17 20:38
1
雪    币: 106
活跃值: (276)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
5
感谢分享
2024-4-2 13:00
0
游客
登录 | 注册 方可回帖
返回
//