Created by: syyntax
There seems to be something wrong with this code. Can you figure out how to make it return the flag? Modify the code to show the flag. Submit the flag as: flag{flag-goes-here}.
#!/usr/bin/env python3 from binascii import unhexlify as u
def get_flag(): flag = '666c61677b30682d6c6f6f6b2d612d466c61477d' return u(flag).decode('utf-8')
print(f'The flag is: ')
Action | Rating | Author team |
---|---|---|
Read writeup |
not rated
|
CTSecUK |
Read writeup |
1.0
|
N1ghth4wks |
flag{0h-look-a-FlaG}