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

1.3 KiB

name description functions resources fullpath notes
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
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/setupapi_dll.html
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).