Catalog LOLBAS

LOL · Library

Shell32.dll

4 techniques WindowsLOLBAS GPL-3.0

Execute

Execution Windows

Launch a DLL payload by calling the Control_RunDLL function.

Use Load a DLL payload.

rundll32.exe shell32.dll,Control_RunDLL {PATH_ABSOLUTE:.dll}
Context
user
Native
Execute

Execute

Execution Windows

Launch an executable by calling the ShellExec_RunDLL function.

Use Run an executable payload.

rundll32.exe shell32.dll,ShellExec_RunDLL {PATH:.exe}
Context
user
Native
Execute

Execute

Execution Windows

Launch command line by calling the ShellExec_RunDLL function.

Use Run an executable payload.

rundll32 SHELL32.DLL,ShellExec_RunDLL {PATH:.exe} {CMD:args}
Context
user
Native
Execute

Execute

Execution Windows

Load a DLL/CPL by calling undocumented Control_RunDLLNoFallback function.

Use Load a DLL/CPL payload.

rundll32.exe shell32.dll,#44 {PATH:.dll}
Context
user
Native
Execute