| setupapi.dll |
Windows Setup Application Programming Interface |
| awl-bypass |
execute |
| description |
code |
| 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). |
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 C:\Tools\shady.inf |
|
|
| description |
code |
| Launch an executable file via the InstallHinfSection function and .inf file section directive. |
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 C:\Tools\calc_exe.inf |
|
|
|
|
| path |
| c:\windows\system32\setupapi.dll |
|
| path |
| c:\windows\syswow64\setupapi.dll |
|
|
Thanks to Pierre-Alexandre Braeken - @pabraeken (Executable), Kyle Hanslovan - @KyleHanslovan (COM Scriptlet), Huntress Labs - @HuntressLabs (COM Scriptlet), Casey Smith - @subTee (COM Scriptlet). |