Advertisement
InfectedPacket

99 Red Users

Apr 1st, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.66 KB | None | 0 0
  1. @echo off
  2. echo ********************************************************************
  3. echo # 99 Red Users 1.0 - INfected Packet
  4. echo # April 1st, 2016
  5. echo # Deletes all users created by the adversary under format user(0-99)   .
  6. echo ********************************************************************
  7. echo [!] Kill All Users!
  8. for /l %%x in (1, 1, 99) do (
  9.     echo [!] Deleting user account user%%x.
  10.     net user user%%x /DELETE 2>NUL
  11. )
  12. echo Ninety-nine red users
  13. echo Floating in the summer sky
  14. echo Panic bells, it's red alert
  15. echo Ninety-nine decision street
  16. echo Ninety-nine ministers meet
  17. echo To worry, worry, super scurry
  18. echo Call the troops out in a hurry ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement