Catalog LOLBAS

LOL · Library

Syssetup.dll

2 techniques WindowsLOLBAS GPL-3.0

AWL Bypass

AWL / Policy Bypass Windows

Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (section name specified).

Use Run local or remote script(let) code through INF file specification (Note May pop an error window).

rundll32 syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 {PATH_ABSOLUTE:.inf}
Context
user
Native
AWL Bypass

Execute

Execution Windows

Launch an executable file via the SetupInfObjectInstallAction function and .inf file section directive.

Use Load an executable payload.

rundll32 syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 {PATH_ABSOLUTE:.inf}
Context
user
Native
Execute