We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a9637 commit c7b2bf4Copy full SHA for c7b2bf4
yml/OSLibraries/Shell32.yml
@@ -31,9 +31,9 @@ Commands:
31
OperatingSystem: Windows 10, Windows 11
32
Tags:
33
- Execute: CMD
34
- - Command: rundll32.exe shell32.dll,#44 {PATH:.cpl}
35
- Description: Launch a CPL by calling undocumented Control_RunDLLNoFallback function.
36
- Usecase: Load a CPL.
+ - Command: rundll32.exe shell32.dll,#44 {PATH:.dll}
+ Description: Load a DLL/CPL by calling undocumented Control_RunDLLNoFallback function.
+ Usecase: Load a DLL/CPL payload.
37
Category: Execute
38
Privileges: User
39
MitreID: T1218.011
0 commit comments