1
0
Fork 0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2024-06-09 08:16:03 +02:00

Fix incorrect decodehex command syntax (#230)

This commit is contained in:
Ryan Stamp 2022-09-02 13:44:23 -04:00 committed by GitHub
parent 68c14b894c
commit 8810e30f0a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ Commands:
Privileges: User
MitreID: T1140
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
- Command: certutil --decodehex encoded_hexadecimal_InputFileName
- Command: certutil -decodehex encoded_hexadecimal_InputFileName decodedOutputFileName
Description: Command to decode a hexadecimal-encoded file decodedOutputFileName
Usecase: Decode files to evade defensive measures
Category: Decode