Skip to main content

Razi CTF - Writeup



This blog post contains the writeups for:

 

Cryptography

Ladder

 

Steganography

Culture

 

Misc

Sanity Check

 

 

 

LADDER





The question actually contains the hint for this one.

 

The given string (GN2WUSTOLFYTCWKQLFLG65KBNVDEGMRUMMZTM4LVOFUG2R3LMNWTKTCMGVWVUR3WOM3HONDNMV3UOOKDM4ZWUTDIK5FGOY3EJV4VIMKFJUYVUWLQGJRUGYLCOQ3HG6LVHFXUC3TKJRSW6RDLNFFEWZ2TG4) is a base 32 string which is decoded using cyberchef.

Result: 3ujJnYq1YPYVouAmFC24c36quqhmGkcm5LL5mZGvs6w4mewG9Cg3jLhWJgcdMyT1EM1ZYp2cCabt6syu9oAnjLeoDkiJKgS7

 

Then its decoded using base 58.

B3ubcEe7waVuE55z96FTrO8JvfuevhFXEhXqzkWINOiIaRd4OlGLhL5jgqUXaQRwNC0CXl

 

Then 62.

O0lPbGM2Vz9PJUc7RVNyMFFeWVlDaSFJIzg3Yy1wQDNkWE1JLw

 

Then 64.

;IOlc6W?O%G;ESr0Q^YYCi!I#87c-p@3dXMI/

 

Finally base 85

RaziCTF{w3_G0t_4ll_tHe_Ba$3s}

 

Thus the flag for this challenge is RaziCTF{w3_G0t_4ll_tHe_Ba$3s}

 

 

 

 

CULTURE





The data is encoded in the least significant bits of the image and can be retrieved using zsteg.




 

The flag for this is RaziCTF{i_s33_ur_4_MaN_0f_LSB_aS_W3LL}

 

 

 

 

SANITY CHECK




 

The flag is at the end of the rules page.




 

The flag for this one is RaziCTF{S0_iT_b3G1Ns}

Comments

Popular posts from this blog

Hacktober CTF - Writeup

  HACKTOBER CTF   This post contains the writeups for: l  Crypto n  Hail Caesar n  Down The Wrong Path l  Forensics n  Captured Memories n  Amcaching In n  Prefetch Perfection n  Prefetch Perfection 2 l  Linux n  Talking to the dead 1 n  Talking to the dead 2 l  Programming n  Message in an array n  Trick or treat l  Steganography n  You believe in ghosts n  Start digging n  Blasphemy   1 OSINT         n Creeping 1        n  Creeping 2         n Creeping 3         n Past Attacks       Hail Caesar In this question we have to decrypt TGG KUSJWV QGM and the question gives us a hint that its a caesar cipher. Although we don’t know the key but we really don’t need one for this. Loading it up in dcode gives us the answer as BOO SCARED YOU   And thus the flag is flag{ BOO...

RESTCON CTF

CTFtime   RESTCON CTF   This blog post consists of writeups for :- Basic Basic : 1 Basic : 2 Broken Garbage OSINT The Discovery   Forensic Magic : 1 Dance Monkey   BASIC   Basic : 1 Solution: You just have to take the mirror image of the given string. Flag: RESTCON{RESTCON_FLAG}     Basic : 2 Solution: The equal sign at the end signifies that it has been encrypted using base. So I used CyberChef to convert it using base64. Flag: RESTCON{RESTCON_2ND_BASIC_FLAG}     Broken Solution: The flag was just an inspect away Flag: RESTCON{H1DD3N}     Garbage Solution: A simple strings of the file returned the flag Flag: RESTCON{GR3P_7HE_FL4G}       OSINT The Discovery Solution: I used google search as my first step towards OSINT and found that the given image is of venetian hotel macau room. Then I googled its CEO and found his name on the wikipedia page. Flag: RESTCON{Sheldon_Adelson}       FORENSIC Magic : 1 Sol...

Syskron Security CTF 2020 - Writeup

This blog post includes the writeup for the following questions:   l  Trivia n  Vulnerable RTOS n  Deadly Malware n  Check Digit   l  Monday n  Redacted News n  Security Headers   l  Tuesday n  Leak Audit     Firstly a big thanks to my teammate Ziphendal for solving the majority of these.     Vulnerable RTOS   The first google search reveals the answer for this one.   So the flag for this is syskronCTF{URGENT/11}