Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.54 KB

Zipper is Stuck.md

File metadata and controls

45 lines (24 loc) · 1.54 KB

Task:

As an elite cyber investigator, you receive an anonymous tip about a suspicious network activity . Unravel the encrypted messages, follow the digital trail, and work with your team to retrieve the confidential information. The message has a 3 digit lock.

Capture Zipper

Points : 200 (~100)

Solution:

  • Open the capture packet using Wireshark
  • Filter the http packets out. Here we are able to find a packet that carries an application which is compressed.

sort by http


  • Investigating the packet further, we are able to see flag.txt written in the ASCII dump

hehehe


  • Export the packet bytes under Media type

export as packet bytes


  • If we use file command on the exported file, we can see its a zip file

pog


kuduroooo


  • It returns the password and then unlock the zip with the same

ida