728x90
๋ฐ์ํ
๋ฌธ์ ๋ด์ฉ
4C6520666C6167206465206365206368616C6C656E6765206573743A203261633337363438316165353436636436383964356239313237356433323465
ํํธ
์ ๋ต
๋ฌธ์์ด์ ๋ ๊ฐ์ฉ ๋ถ๋ฆฌํด์ 16์ง์ ๋ฌธ์๋ฅผ ASCII๋ก ๋ณํ
s = "4C6520666C6167206465206365206368616C6C656E6765206573743A203261633337363438316165353436636436383964356239313237356433323465"
a, b = 0, 2
for i in range( len(s)//2 ):
c = ( s[ a + (i*2) : b + (i*2) ] )
print( chr( int(c, 16) ), end="" )
728x90
๋ฐ์ํ
'๐ดCTF > Root Me' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Root Me - TCP - Encoded string (1) | 2024.02.16 |
---|---|
Root Me - TCP - Back to school (0) | 2024.02.16 |
Root Me - CSP Bypass - Inline code (0) | 2024.02.15 |