lily — 9/14/2023, 10:51:41 PM

didn't someone post a piece of code here that would unset the python standard library? if so, what was it?

♥ 5 ↩ 0 💬 4 comments

comments

see_also:

See also:

exec("something",{"__builtins__":{}})
9/14/2023, 10:57:05 PM
lily:

oh i may be able to just directly set the builtins this way, thank you!

9/15/2023, 7:05:50 AM
radi8:

Might also want to take a look at https://gynvael.coldwind.pl/n/python_sandbox_escape (if what you're doing is try to sandbox it)

9/15/2023, 1:15:54 PM
lily:

guess you could write a “jailbreak” w that

9/15/2023, 4:04:27 PM