当前位置:网站首页>Wireshark analyzes packet capture data * cap
Wireshark analyzes packet capture data * cap
2022-07-07 18:23:00 【fen_ fen】
1、 Install first , Refer to the following article :Wireshark stay Win10 install
https://blog.csdn.net/szullc/article/details/121217807
2、 Send a request
$curl -X POST -H "Content-Type:application/json" -d '{"user": "admin", "passwd":"12345678"}' http://127.0.0.1:80
3、 Use tcpdump Grab the bag
$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、 Use Wireshark To analyze *.cap

Other analysis :
The sender encrypted the data :

The receiver decrypted the data

边栏推荐
- Main work of digital transformation
- Unlike the relatively short-lived industrial chain of consumer Internet, the industrial chain of industrial Internet is quite long
- go语言的字符串类型、常量类型和容器类型
- Mui side navigation anchor positioning JS special effect
- 你真的理解粘包与半包吗?3分钟搞懂它
- Nunjuks template engine
- [answer] if the app is in the foreground, the activity will not be recycled?
- [PaddleSeg源码阅读] PaddleSeg Validation 中添加 Boundary IoU的计算(1)——val.py文件细节提示
- [deep learning] 3 minutes introduction
- Chapter 3 business function development (to remember account and password)
猜你喜欢

DataSimba推出微信小程序,DataNuza接受全场景考验? | StartDT Hackathon

不能忽略的现货白银短线操作小技巧

3分钟学会制作动态折线图!

手撕Nacos源码(先撕客户端源码)

Kirk Borne的本周学习资源精选【点击标题直接下载】

【蓝桥杯集训100题】scratch从小到大排序 蓝桥杯scratch比赛专项预测编程题 集训模拟练习题第17题
![[answer] if the app is in the foreground, the activity will not be recycled?](/img/b7/a749d7220c22f92080b71fd3859b8d.png)
[answer] if the app is in the foreground, the activity will not be recycled?

Disk storage chain B-tree and b+ tree

用存储过程、定时器、触发器来解决数据分析问题

Click on the top of today's headline app to navigate in the middle
随机推荐
讨论 | AR 应用落地前,要做好哪些准备?
More than 10000 units were offline within ten days of listing, and the strength of Auchan Z6 products was highly praised
What skills can you master to be a "master tester" when doing software testing?
Deep learning machine learning various data sets summary address
Five simple ways to troubleshoot with Stace
Five network IO models
zdog. JS rocket turn animation JS special effects
卖空、加印、保库存,东方甄选居然一个月在抖音卖了266万单书
海量数据去重的hash,bitmap与布隆过滤器Bloom Filter
idea彻底卸载安装及配置笔记
[demo] circular queue and conditional lock realize the communication between goroutines
Target detection 1 -- actual operation of Yolo data annotation and script for converting XML to TXT file
Tear the Nacos source code by hand (tear the client source code first)
nest. Database for getting started with JS
Threshold segmentation based on RGB image and threshold adjustment by sliding
回归测试的分类
List selection JS effect with animation
Tips of the week 136: unordered containers
Easy to understand [linear regression of machine learning]
小程序中实现付款功能