commit
0eaa1f25ad
Binary file not shown.
|
@ -0,0 +1,9 @@
|
||||||
|
# Deobfuscate/Decode Files Or Information
|
||||||
|
|
||||||
|
MITRE ATT&CK Technique: [T1140](https://attack.mitre.org/wiki/Technique/T1140)
|
||||||
|
|
||||||
|
## Example encode executable
|
||||||
|
certutil.exe -encode file.exe file.txt
|
||||||
|
|
||||||
|
## Example decode executable
|
||||||
|
certutil.exe -decode file.txt file.exe
|
Loading…
Reference in New Issue