Skip to content

Latest commit

 

History

History

babyrev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Baby Rev

Points: 50

Solves: 233


In the chall.py we notice

# Python obfuscation by freecodingtools.org

Which shows me that they used this to obfuscate the challenge program.

I was sure other people would have created a script to reverse this since the obfuscation didn't look too strong, just repetitive, and that led me to find freedcodingtools-python-deobfuscator by a2heus

I used the provided decompress.py script to get the flag

# Online Python Compiler

print("Hello, World!")
# BITSCTF{obfuscation_and_then_some_more_obfuscation_4a4a4a4a}

BITSCTF{obfuscation_and_then_some_more_obfuscation_4a4a4a4a}