Rating:
### InCTF 2018
##### Challenge: Biz44re
##### Category: Stego / Forensics
##### Points: 856
##### Solves: 19
##### Description: Kevin sent me a file with some hidden message. Help me recover this secret from this bizzare network.
In this challenge received a pcap file (“bizz.pcap”) and had to find the flag in it.
After analyzing the capture, we saw strange bytes after some ICMP packets.

Extracting these values and concatenating all together as HEX values we got a zip file with a PNG file on it showing the flag: inctf{_s0meTim3s_u_h4v3_t0_lOOk_3v3ryWh3r3_cl0s3r_T0_G3T_th3_wh0l3!}

by: fikih888