devop

GreyWolf Exploit

Aug 30th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. def expcode():
  2.     #Put python code to run here
  3.     greywolf()
  4. def greywolf():
  5.     try:
  6.         exit - "x"
  7.     except:
  8.         greywolf()
  9. expcode()
Advertisement
Add Comment
Please, Sign In to add comment