make 'locals()' not spew out __builtin__.__dict__ in backdoor
__builtins__ may either be the __builtin__ module or __builtin__.__dict__. in the latter case typing locals() at the backdoor prompt spews out lots of useless stuff. In the former case it just prints "{'__builtins__': <module '__builtin__' (built-in)>,..."
Showing
Please register or sign in to comment