mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-29 05:31:53 +02:00
Removed MD files, we only use the webportal from now on. All MD files moved to archive
This commit is contained in:
23
Archive-Old-Version/OSLibraries/Setupapi.dll.md
Normal file
23
Archive-Old-Version/OSLibraries/Setupapi.dll.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## Setupapi.dll
|
||||
* Functions: Execute
|
||||
```
|
||||
|
||||
rundll32 setupapi,InstallHinfSection DefaultInstall 132 c:\temp\calc.inf
|
||||
Launch an executable file via the InstallHinfSection function and .inf file section directive.
|
||||
|
||||
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 C:\\Tools\\shady.inf
|
||||
Remote fetch and execute a COM Scriptlet by calling an information file directive.
|
||||
```
|
||||
|
||||
* Resources:
|
||||
* https://twitter.com/pabraeken/status/994742106852941825
|
||||
* https://twitter.com/subTee/status/951115319040356352
|
||||
* https://twitter.com/KyleHanslovan/status/911997635455852544
|
||||
* https://github.com/huntresslabs/evading-autoruns
|
||||
|
||||
* Full path:
|
||||
* c:\windows\system32\Setupapi.dll
|
||||
* c:\windows\sysWOW64\Setupapi.dll
|
||||
|
||||
* Notes: Thanks to Pierre-Alexandre Braeken - @pabraeken (Executable), Kyle Hanslovan - @KyleHanslovan (COM Scriptlet), Huntress Labs - @HuntressLabs (COM Scriptlet), Casey Smith - @subTee (COM Scriptlet)
|
||||
|
Reference in New Issue
Block a user