Catalog LOLBAS

LOL · Library

Setupapi.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.

rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 {PATH_ABSOLUTE:.inf}
Context
user
Native
AWL Bypass

Execute

Execution Windows

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

Use Load an executable payload.

rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 {PATH_ABSOLUTE:.inf}
Context
user
Native
Execute