Points: 5

Tags: programming 

Poll rating:

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: ')

Writeups

ActionRatingAuthor team
Read writeup
not rated
CTSecUK
Read writeup
1.0
N1ghth4wks
You need to authenticate and join a team to post writeups Ahmed2meJan. 26, 2022, 12:52 p.m.

flag{0h-look-a-FlaG}