mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 04:32:24 +02:00
@@ -4,8 +4,8 @@ Description: Binary used for managing files and system components within Windows
|
||||
Author: Jai Minton
|
||||
Created: 2020-06-24
|
||||
Commands:
|
||||
- Command: explorer.exe /root,"C:\Windows\System32\calc.exe"
|
||||
Description: Execute calc.exe with the parent process spawning from a new instance of explorer.exe
|
||||
- Command: explorer.exe /root,"{PATH_ABSOLUTE:.exe}"
|
||||
Description: Execute specified .exe with the parent process spawning from a new instance of explorer.exe
|
||||
Usecase: Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.
|
||||
Category: Execute
|
||||
Privileges: User
|
||||
@@ -13,7 +13,7 @@ Commands:
|
||||
OperatingSystem: Windows XP, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||
Tags:
|
||||
- Execute: EXE
|
||||
- Command: explorer.exe C:\Windows\System32\notepad.exe
|
||||
- Command: explorer.exe {PATH_ABSOLUTE:.exe}
|
||||
Description: Execute notepad.exe with the parent process spawning from a new instance of explorer.exe
|
||||
Usecase: Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.
|
||||
Category: Execute
|
||||
|
Reference in New Issue
Block a user