Description: Our network has been compromised! Find out what information hackers might gain access. Solution: 這是pcap檔案中network transmission 中最要的部份 所做的動作是使用username:agent , password:securepassword 登入ftp 取得secret.zip 然後我們可以在2023行中提取secret.zip 解壓後有一文字檔案 , 內容為 68 34 63 6b 31 74 7b 73 30 5f 33 34 73 59 5f 46 6c 34 67 5f 68 75 68 7d 將hex轉換為string h4ck1t{s0_34sY_Fl4g_huh}
Comments closedTag: CTF-Network
CTF question type – Network.
Description: Recover the password. h4ck1t{} Solution: Give you a top_secret_39af3e3ce5a5d5bc915749267d92ba43.pcap pcap file, Open it and filter to FTP: Here is the flag:
1 |
h4ck1t{i_G07_ur_f1l3s} |