当前位置:网站首页>Wireshark data analysis and forensics a.pacapng
Wireshark data analysis and forensics a.pacapng
2022-07-03 01:27:00 【Lonely fish】
Wireshark( Pre name Ethereal) Is a network packet analysis software . The function of network packet analysis software is to retrieve network packets , At the same time, the most detailed network packet data is displayed .Wireshark Use WinPCAP As an interface , Data message exchange with network card directly .
Suppose you are a network security engineer , Need to analyze the data of a company , Analyze the operations performed by hackers to obtain computer permissions , In this chapter, we mainly analyze the key data by analyzing the case data package .
A.pacapng Data packets
1. Through analysis windows 7 Packets on the desktop A.pcapng, Find the password for the hacker to connect the Trojan horse in one sentence , Use this password as FLAG Submit ;
Screening
http
agreementctrl+F
Search for keyword@eval
2. Through analysis windows 7 Packets on the desktop A.pcapng, View call upload one sentence Trojan file ;
aaaa.php
3. By analyzing the data package A.pcapng, Find the range of network segments scanned by hackers (IP In between ”,” separate , example :192.168.1.1-192.168.1.2) Use this range as FLAG Submit ;
Screening
arp
agreement spotInfo
Sort out Here we are31
But it was swept30
Start connecting the Trojan horse To be specific, try again during the competition .
192.168.10.10-192.168.10.30
4. By analyzing the data package A.pcapng, What is the password to find the domain server , Use this password as FLAG Submit ;
163.com
5. By analyzing the data package A.pcapng, Find the file uploaded by the hacker and use the name as FLAG Submit ;
6. By analyzing the data package A.pcapng, Find out what the hacker downloaded , Treat the contents of this file as FLAG Submit ;
Put the packet into
kaili
Usebinwalk -e
To separate
Use crunch
Make a dictionary and insert it into the current directory passwd1.txt Next Use fcrackzip
Blast zip The password for encrypting the file is DBOQ6457
flag{friday}
If you don't know the place, you can confide in the blogger , Welcome to exchange !! Communication group :603813289( Just built )
Finally, if it helps you I hope you can support the blogger for the third company , Your support is my greatest motivation , Reprint please indicate the original link support original thank you !
边栏推荐
- Draw love with go+ to express love to her beloved
- 2022 Jiangxi Provincial Safety Officer B certificate reexamination examination and Jiangxi Provincial Safety Officer B certificate simulation examination question bank
- Arduino dy-sv17f automatic voice broadcast
- Test shift right: Elk practice of online quality monitoring
- 力扣 204. 计数质数
- How is the mask effect achieved in the LPL ban/pick selection stage?
- 12_ Implementation of rolling automatic video playback effect of wechat video number of wechat applet
- The R language uses the ctree function in the party package to build conditional inference decision trees, uses the plot function to visualize the trained conditional inference decision tree, and the
- C#应用程序界面开发基础——窗体控制(3)——文件类控件
- 对非ts/js文件模块进行类型扩充
猜你喜欢
Database SQL language 02 connection query
机器学习术语
Androd gradle's substitution of its use module dependency
wirehark数据分析与取证A.pacapng
Using tensorboard to visualize the model, data and training process
信息熵的基础
异步、郵件、定時三大任務
C#应用程序界面开发基础——窗体控制(2)——MDI窗体
Daily topic: movement of haystack
Excel removes the data after the decimal point and rounds the number
随机推荐
Niu Ke swipes questions and clocks in
Soft exam information system project manager_ Real topic over the years_ Wrong question set in the second half of 2019_ Morning comprehensive knowledge question - Senior Information System Project Man
數學知識:臺階-Nim遊戲—博弈論
产业互联网的产业范畴足够大 消费互联网时代仅是一个局限在互联网行业的存在
Key wizard play strange learning - multithreaded background coordinate recognition
机器学习术语
Telephone network problems
d. LDC build shared library
攻克哈希的基本概念与实现
Concise analysis of redis source code 11 - Main IO threads and redis 6.0 multi IO threads
信息熵的基础
1696C. Fishingprince Plays With Array【思维题 + 中间状态 + 优化存储】
MySQL foundation 04 MySQL architecture
Using tensorboard to visualize the model, data and training process
On Fibonacci sequence
Appuyez sur l'apprentissage de l'esprit de frappe - reconnaissance des coordonnées de fond multithreadées
按键精灵打怪学习-回城买药加血
Androd gradle's substitution of its use module dependency
The meaning of wildcard, patsubst and notdir in makefile
Database SQL language 01 where condition