imitation crab
o = ""
with open("export.har","r") as f:
for line in f:
if '"text": "{' in line:
o += chr(int(line[31:33]))
print(o)RGBCTF{H4R_F1L3S_4R3_2UP3R_US3FU1}
Last updated
Was this helpful?
o = ""
with open("export.har","r") as f:
for line in f:
if '"text": "{' in line:
o += chr(int(line[31:33]))
print(o)Last updated
Was this helpful?
Was this helpful?