decoding

picoCTF 2021 Solution - Wireshark twoo twooo two twoo...

picoCTF 2021 Solution - Wireshark twoo twooo two twoo...

Youtube walkthrough

Decoding and Cracking Flags from Pcap Files

Challenge file

The pcap contents show various TCP streams containing flags:

Pcap Contents

tcp stream #6 I see a picoCTF flag

The observed flag, picoCTF{[SHA256_REDACTED]}, seems to be encoded with base 64 or hashed. Using a hash analyzer, it was determined to be SHA2-256.

Difference between SHA2-256 & SHA-256 - Basically none.

Hash Analyzer

Crackstation doesn't have it in their database.

Not in their database

I attempted to crack the hash using both john and hashcat:

john --format=raw-sha256 -w=/usr/share/wordlists/rockyou.txt --fork=2 hash
hashcat hash -m 1400