Advertisement
devop

StarFish Exploit

Oct 22nd, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. def exploit(s):
  2.     s=s*30
  3.     while True:
  4.         try:
  5.             exploit(s=s)
  6.         except:
  7.             exploit(s=s*30)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement