CTF-数据分析(二)
聲明:以下CTF題均來自網上收集,在這里主要是給新手們漲漲見識,僅供參考而已。需要題目數據包的請私信或在下方留言。
? ? ? ? ? ? ? ? ? ? ? ? 3.數據包分析-Forensics-Four Eyes? ? (來源:Cyber Security Challenge 2015)
1.關卡描述
You are a member of a covert agency that is spying on one of their intelligence targets. They have managed to MiTM (Man-in-The-Middle) one of the target employees and are monitoring his HTTP traffic. It is of vital importance that you extract the correct password he submitted to www.2dehands.be.
(翻譯:你是一個秘密機構的成員,這個機構正在監視他們的一個情報目標。他們成功地將目標員工之一MiTM(中間人),并監視他的HTTP流量。提取他提交的正確密碼至關重要www.2dehands.be。)
下載附件:
2.解題步驟
2.1 用Wireshark打開文件
?
2.2 輸入”http.host eq ?www.2dehands.be ”查找
?
2.3?通過www.2dehands.be流量,在POST請求中可看到flag
The password is safefromNSA.
? ? ? ? ? ? ? ? ? ?4.數據包分析-Networking? ? (來源:CSAW Quals CTF 2013)
1.關卡描述
Find the flag!下載附件并從中獲取Flag值進行提交。
下載附件:
2.解題步驟
2.1 用wireshark打開文件,選中一條數據,然后右鍵選擇“Follow Tcp Stream”
?
2.2 得到flag ??d316759c281bf925d600be698a4973d5
?
總結
以上是生活随笔為你收集整理的CTF-数据分析(二)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 保姆级教程|ECharts图表插件一文搞
- 下一篇: java 图片格式校验_(转载)Java