当前位置:网站首页>Wireshark分析抓包数据*.cap
Wireshark分析抓包数据*.cap
2022-07-07 16:15:00 【fen_fen】
1、先安装,参考下面文章:Wireshark在Win10安装
https://blog.csdn.net/szullc/article/details/121217807
2、发送请求
$curl -X POST -H "Content-Type:application/json" -d '{"user": "admin", "passwd":"12345678"}' http://127.0.0.1:80
3、使用tcpdump抓包
$tcpdump -i ens33 dst host 10.1.1.191 and src host 10.1.1.235 -w ens33_235.cap
$tcpdump -i ens33 dst host 10.1.1.187 and src host 10.1.1.191 -w ens33_191.cap
3、使用Wireshark来进行分析*.cap
其他分析:
发送方加密了数据:
接收方解密了数据
边栏推荐
- Cf:c. factors and powers of two [DP + sort + Select Board + select several numbers equal to the minimum number of known sums]
- JS pull down the curtain JS special effect display layer
- “解密”华为机器视觉军团:华为向上,产业向前
- Threshold segmentation based on RGB image and threshold adjustment by sliding
- socket編程之常用api介紹與socket、select、poll、epoll高並發服務器模型代碼實現
- Tips of the week 136: unordered containers
- 【4500字归纳总结】一名软件测试工程师需要掌握的技能大全
- Live broadcast software construction, canvas Text Bold
- Tips for this week 131: special member functions and ` = Default`
- YARN Capacity Scheduler容量调度器(超详细解读)
猜你喜欢
随机推荐
Chapter 3 business function development (safe exit)
“解密”华为机器视觉军团:华为向上,产业向前
Run Yolo v5-5.0 and report an error. If the sppf error cannot be found, solve it
上市十天就下线过万台,欧尚Z6产品实力备受点赞
Hutool - 轻量级 DB 操作解决方案
More than 10000 units were offline within ten days of listing, and the strength of Auchan Z6 products was highly praised
直播软件搭建,canvas文字加粗
How to clean when win11 C disk is full? Win11 method of cleaning C disk
debian10系统问题总结
Chapter 3 business function development (user access project)
云景网络科技面试题【杭州多测师】【杭州多测师_王sir】
数学分析_笔记_第11章:Fourier级数
用存储过程、定时器、触发器来解决数据分析问题
Yearning-SQL审核平台
YARN Capacity Scheduler容量调度器(超详细解读)
Sanxian Guidong JS game source code
Afghan interim government security forces launched military operations against a hideout of the extremist organization "Islamic state"
Tips for this week 134: make_ Unique and private constructors
AI 击败了人类,设计了更好的经济机制
『HarmonyOS』DevEco的下载安装与开发环境搭建