Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.36 KB

Packets Primer

Write-up author: jon-brandy

DESCRIPTION:

Download the packet capture file and use packet analysis software to find the flag.

HINT:

  1. Wireshark, if you can install and use it, is probably the most beginner friendly packet analysis software product.

STEPS:

  1. First, download the file given.
  2. It is known that the extension is .pcap and based from the hint, we may try to use wireshark.
  3. Next, open wireshark on your kali linux, then try to choose open file and choose the network-dump.flag.pcap file.
  4. Here is how it looks after you opened the file.

Screenshot (449)

  1. Now try to check the number 4.

Screenshot (450)

  1. Look to the packet bytes at below. Finally we got the flag!

Screenshot (451)

p i c o C T F { p 4 c k 3 7 _ 5 h 4 r k _ 0 1 b 0 a 0 d 6 }

FLAG:

picoCTF{p4ck37_5h4rk_01b0a0d6}