Equinor CTF 2021

Misc 🔥 Kalk 🔥 Author: null Description: I heard you needed a new calculator for your math course? Why buy a new one when you can just use my Calculator-as-a-Service instead! nc io.ept.gg 30046 We get a Python script to download: #!/usr/bin/env python3 import dis import os class Math(dict): def __init__(self): self.e = 0 self.pi = 0 def kalk(src, locals): if '=' in src: co = compile(src, "kalk", "single") for opc in dis....

October 31, 2021 · 20 min · zup, KFBI, klarz