sqldumper: minor fix mis-typed words

This commit is contained in:
Clément Notin 2020-06-15 23:33:34 +02:00 committed by GitHub
parent 9722cceb9e
commit ae3d9b9b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,15 @@ Created: '2018-05-25'
Commands: Commands:
- Command: sqldumper.exe 464 0 0x0110 - Command: sqldumper.exe 464 0 0x0110
Description: Dump process by PID and create a dump file (Appears to create a dump file called SQLDmprXXXX.mdmp). Description: Dump process by PID and create a dump file (Appears to create a dump file called SQLDmprXXXX.mdmp).
Usecase: Dump process uisng PID. Usecase: Dump process using PID.
Category: Dump Category: Dump
Privileges: Administrator Privileges: Administrator
MitreID: T1003 MitreID: T1003
MitreLink: https://attack.mitre.org/wiki/Technique/T1003 MitreLink: https://attack.mitre.org/wiki/Technique/T1003
OperatingSystem: Windows OperatingSystem: Windows
- Command: sqldumper.exe 540 0 0x01100:40 - Command: sqldumper.exe 540 0 0x01100:40
Description: 0x01100:40 flag will create a Mimikatz compatibile dump file. Description: 0x01100:40 flag will create a Mimikatz compatible dump file.
Usecase: Dump LSASS.exe to Mimikatz compatable dump uisng PID. Usecase: Dump LSASS.exe to Mimikatz compatible dump using PID.
Category: Dump Category: Dump
Privileges: Administrator Privileges: Administrator
MitreID: T1003 MitreID: T1003