天天看點

tcp協定請求的抓包與分析

使用wireshark工具來抓取tcp協定的包。

capture options(捕獲選項)中配置捕獲過濾條件,常用的為:

host ip && port 端口(替換ip和端口為待測位址)

救命,怎麼修改包

怎麼找到自己需要的包

為什麼都在提三次握手

為什麼我的請求體還是亂碼

相關連結

Capture Options各項含義:https://blog.csdn.net/howeverpf/article/details/40743705

請求體亂碼解決方法:voidcn.com/article/p-ywtoxhfa-bpy.html

tcp分析:https://www.cnblogs.com/weizhxa/p/6571228.html

wireshark使用:bo56.com/調試利器之wireshark/

繼續閱讀