Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.13 KB

##Steganography 3 (Stegano, 100p)

We can get desktop capture!
Read the secret message.

###PL ENG

Dostajemy obraz:

Na podstawie którego chcemy uzyskać flagę. Pierwszym krokiem jest odtworzenie binarki otwartej w hexedytorze. Zrobiliśmy to za pomocą OCRa a następnie ręcznego poprawiania błędów. Wynikiem jest program elf. Uruchomienie go daje w wyniku wiadomość Flood fill zakodowaną jako base64. Po pewnym czasie wpadliśmy wreszcie na rozwiązanie, które polegało na użyciu "wypłeniania kolorem" na początkowym obrazie:

co daje nam flage:

SECCON{the_hidden_message_ever}

ENG version

We get a picture:

And we want to get a flag based on this. First step is to recreate the binary open in hexeditor. We used OCR and then fixed defects by hand. This way we got elf binary. Running it give a message Flood fill encoded as base64. After a while we finally figured the solution, which was to use "flood fill" on the initial picture:

which gives us a flag:

SECCON{the_hidden_message_ever}