Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 546 Bytes

No_that_kind_of_network.md

File metadata and controls

14 lines (10 loc) · 546 Bytes

Problem Statement

I like to write and move all around the world. But do you know my story?

We're provided a pcapng file

Without much thinking I go first with finding data in the file and seeing if there's any flag.

$ strings kingofstone.pcapng | grep "DCTF"
DCTF{2d9895ecea1081b2241398d1b2c94eaf5be3bfaffec1ad946ed0a68ae95f8ed9}

Woah, damn! That was easier than the "Too easy" problem :D

Flag: DCTF{2d9895ecea1081b2241398d1b2c94eaf5be3bfaffec1ad946ed0a68ae95f8ed9}