LOLBAS/Syssetup.md
2018-09-16 08:04:36 -04:00

1.5 KiB

name description functions resources fullpath notes
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
resource
https://twitter.com/pabraeken/status/994392481927258113
resource
https://twitter.com/harr0ey/status/975350238184697857
resource
https://twitter.com/bohops/status/975549525938135040
resource
https://raw.githubusercontent.com/huntresslabs/evading-autoruns/master/shady.inf
resource
https://gist.github.com/enigma0x3/469d82d1b7ecaf84f4fb9e6c392d25ba#file-backdoor-minimalist-sct
resource
baf7b29891/calc_exe.inf
resource
https://windows10dll.nirsoft.net/syssetup_dll.html
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)