Baby Rev#
Points: 50
Solves: 233
In the chall.py we notice
# Python obfuscation by freecodingtools.orgWhich 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}
