当前位置:网站首页>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
边栏推荐
- Chapter 3 business function development (safe exit)
- Chapter 3 business function development (user login)
- Taffydb open source JS database
- [paddleseg source code reading] add boundary IOU calculation in paddleseg validation (1) -- val.py file details tips
- Backup Alibaba cloud instance OSS browser
- AI 击败了人类,设计了更好的经济机制
- Deep learning - make your own dataset
- Afghan interim government security forces launched military operations against a hideout of the extremist organization "Islamic state"
- Kubernetes DevOps CD工具对比选型
- 讨论 | AR 应用落地前,要做好哪些准备?
猜你喜欢
随机推荐
[network attack and defense principle and technology] Chapter 4: network scanning technology
More than 10000 units were offline within ten days of listing, and the strength of Auchan Z6 products was highly praised
golang 客户端服务端登录
磁盘存储链式的B树与B+树
[论文分享] Where’s Crypto?
The report of the state of world food security and nutrition was released: the number of hungry people in the world increased to 828million in 2021
元宇宙带来的创意性改变
Automated testing: a practical skill that everyone wants to know about robot framework
Mui side navigation anchor positioning JS special effect
A few simple steps to teach you how to see the K-line diagram
Use seven methods to enhance all the images in a folder
Unlike the relatively short-lived industrial chain of consumer Internet, the industrial chain of industrial Internet is quite long
What is the general yield of financial products in 2022?
Ten thousand words nanny level long article -- offline installation guide for datahub of LinkedIn metadata management platform
USB通信协议深入理解
nest.js入门之 database
Tips for short-term operation of spot silver that cannot be ignored
Chapter 2 building CRM project development environment (building development environment)
[trusted computing] Lesson 11: TPM password resource management (III) NV index and PCR
保证接口数据安全的10种方案