当前位置:网站首页>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
边栏推荐
- [trusted computing] Lesson 13: TPM extended authorization and key management
- 小程序中实现付款功能
- 2022年理财有哪些产品?哪些适合新手?
- [paddleseg source code reading] add boundary IOU calculation in paddleseg validation (1) -- val.py file details tips
- 持续测试(CT)实战经验分享
- Sanxian Guidong JS game source code
- Chapter 2 building CRM project development environment (building development environment)
- [PaddleSeg源码阅读] PaddleSeg Validation 中添加 Boundary IoU的计算(1)——val.py文件细节提示
- 直播软件搭建,canvas文字加粗
- Pro2: modify the color of div block
猜你喜欢
Sanxian Guidong JS game source code
Discuss | frankly, why is it difficult to implement industrial AR applications?
socket编程之常用api介绍与socket、select、poll、epoll高并发服务器模型代码实现
< code random recording two brushes> linked list
Chapter 3 business function development (safe exit)
What is agile testing
回归测试的分类
科学家首次观察到“电子漩涡” 有助于设计出更高效的电子产品
Mobile pixel bird game JS play code
Tear the Nacos source code by hand (tear the client source code first)
随机推荐
性能测试过程和计划
磁盘存储链式的B树与B+树
物联网OTA技术介绍
上市十天就下线过万台,欧尚Z6产品实力备受点赞
Explain it in simple terms. CNN convolutional neural network
卖空、加印、保库存,东方甄选居然一个月在抖音卖了266万单书
2022年理财有哪些产品?哪些适合新手?
小试牛刀之NunJucks模板引擎
nest.js入门之 database
[demo] circular queue and conditional lock realize the communication between goroutines
What skills can you master to be a "master tester" when doing software testing?
C语言中匿名的最高境界
2021年全国平均工资出炉,你达标了吗?
How to clean when win11 C disk is full? Win11 method of cleaning C disk
[4500 word summary] a complete set of skills that a software testing engineer needs to master
Deep learning - make your own dataset
debian10系统问题总结
简单几步教你如何看k线图图解
Some key points in the analysis of spot Silver
【蓝桥杯集训100题】scratch从小到大排序 蓝桥杯scratch比赛专项预测编程题 集训模拟练习题第17题