HTB-Code Writeup
Enumeration:
We find a python code editor interestingly:
print(locals()) gave me the following output:
print(globals()) revealed a lot of details too ,but nothing interesting except a few functions.
I switched to burp and ran the run_code function...
voidbenderswriteups.hashnode.dev3 min read