mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 07:48:50 +01:00
Fix incorrect decodehex command syntax (#230)
This commit is contained in:
parent
68c14b894c
commit
8810e30f0a
@ -39,7 +39,7 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1140
|
MitreID: T1140
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
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
|
Description: Command to decode a hexadecimal-encoded file decodedOutputFileName
|
||||||
Usecase: Decode files to evade defensive measures
|
Usecase: Decode files to evade defensive measures
|
||||||
Category: Decode
|
Category: Decode
|
||||||
|
Loading…
Reference in New Issue
Block a user