TheFewChosen CTF 2021: MISC – Lost my Head / Writeup

Ulli Weichert/ November 28, 2021/ IT-Security, Write-Ups/ 0Kommentare

Lost my Head Oh no! Help! I’ve lost my head! Can you tell me the street name of the trash bin I lost it in? Maybe I can still find it… Flag format: TFCCTF{street_name_and_street_number_as_seen_on_google_maps_separated_by_underscores} Challenge authors: hofill, tomadimitrie Solving Like always we should first check strings, file and so on. Please see the logfiles. In the exif we can find

Weiterlesen

MetaRed CTF 2021: Stego – Noise / Writeup

Ulli Weichert/ November 18, 2021/ IT-Security, Write-Ups/ 0Kommentare

Noise Messi: ‚When the year starts, the objective is to win with all the team, personal records are secondary‘ Todos Given was this picture: In this stego challenges the first approach is to check the file type and look for some strings. $ ~ # file challenge.png challenge.png: PNG image data, 926 x 1262, 8-bit grayscale, non-interlaced That looks normal…

Weiterlesen

MetaRed CTF 2021: Stego – Friends / Writeup

Ulli Weichert/ November 18, 2021/ IT-Security, Write-Ups/ 0Kommentare

Friends Bielsa: ‚Everything is allowed, except stop fighting‘ Given was this image: Todos Like always – I check strings and exiftools and the file itself! But no command give us something. $ ~ # file messi.jpg messi.jpg: JPEG image data, JFIF standard 1.01, aspect ratio, density 1×1, segment length 16, baseline, precision 8, 720×628, components 3 exiftool messi.jpg > messi.jpg_exifdata

Weiterlesen

K3RN3L CTF 2021: Kiddie Pool – 3in1 / Writeup

Ulli Weichert/ November 14, 2021/ hacking, IT-Security, Write-Ups/ 0Kommentare

3in1 Description Like Nescafeeeee! Attachments https://ctf.k3rn3l4rmy.com/kernelctf-distribution-challs/nescafeee/AES.py Todos To decrypt the string in the given AES.py script (String is in scriptfile as a comment). from Crypto.Cipher import AES from Crypto.Hash import SHA256 f = open('progress.txt', 'r') password = ("abda") hash_obj = SHA256.new(password.encode('utf-8')) hkey = hash_obj.digest() def encrypt(info): msg = info BLOCK_SIZE = 16 PAD = "{" padding = lambda s: s

Weiterlesen

DEADFACE CTF 2021: Steganography8 – Syncopated Beat / Writeup

Marco Schmidt/ Oktober 26, 2021/ IT-Security, Write-Ups/ 0Kommentare

Syncopated Beat Points 300 Description We know there’s a hidden message somewhere here, but none of our steg tools are able to reveal it. Maybe we need to think outside the box? It is a well-known fact that demons sometimes hide messages in music. Demons speak lyrics to the musicians, and the demons insinuate their evil messages into the song.

Weiterlesen

DEADFACE CTF 2021: Steganography9 – Spectres / Writeup

Marco Schmidt/ Oktober 26, 2021/ IT-Security, Write-Ups/ 0Kommentare

Spectres Points 450 Description We intercepted this image from a suspected insider threat at De Monne Financial. It looks like parts of the image were cut out, but based on conversations between DEADFACE and the insider, we believe DEADFACE’s wallet address is hidden in this image. Image Getting the flag Take the picture to https://aperisolve.fr/ -> Just read the flag

Weiterlesen