Firebird - Secret Code
Last updated
Last updated
Wireshark: File -> Export Objects: HTTP -> Save as bmp --> can't open!
file
and exiftool
shows not bmp format or format error. Checked lecture notes and found maybe it's XOR encrypted
Cyberchef XOR with key = "Romantic 5" -> no result *Note this is the password for agent HTTP login in pcap
Because BMP image has a header starting with "BM", try brute force with known crib "bm" Two possible keys: df and ff
Got the image!
stegano-red
stegano-red reveal -i secret_mission_xor_decrypted.bmp
not working
crypto algorithms?
maybe encrypted stegseek result?
zsteg -a secret_mission_xor_decrypted.bmp > zsteg_all_output.txt
b6,rgb,lsb,yx,prime .. file: PGP symmetric key encrypted data - Blowfish (128 bit key, 16 rounds)
Attack script