devop

GreyWolf Exploit Example

Aug 30th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. def expcode():
  2.     print ("GreyWolf has taken over... Crashing Python.")
  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