syssetup.dll |
Windows NT System Setup |
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 syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 c:\test\shady.inf |
|
|
description |
code |
Launch an executable file via the SetupInfObjectInstallAction function and .inf file section directive. |
rundll32 syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 c:\temp\calc.INF |
|
|
|
|
path |
c:\windows\system32\syssetup.dll |
|
path |
c:\windows\syswow64\syssetup.dll |
|
|
Thanks to Pierre-Alexandre Braeken - @pabraeken (Execute), Matt harr0ey - @harr0ey (Execute), Jimmy - @bohops (COM Scriptlet) |