misc

Cyber Apocalypse 2024

Unbreakable

Solved by : thewhiteh4t

  • This is a python jail challenge, at first it looks difficult because even built-ins cannot be used but then we realized two things :
    • it is using eval instead of exec
    • open() is not blocked
  • Payload :
print(open('flag.txt').read())

Published on : 16 Mar 2024