Case sensitive linking error
parent
215a1002ea
commit
ddc1173e45
|
@ -0,0 +1,31 @@
|
|||
## InfDefaultInstall.exe
|
||||
|
||||
* Functions: Execute
|
||||
|
||||
```
|
||||
InfDefaultInstall.exe Infdefaultinstall.inf
|
||||
```
|
||||
|
||||
Acknowledgements:
|
||||
* Kyle Hanslovan - @kylehanslovan
|
||||
|
||||
Code sample:
|
||||
* [Infdefaultinstall.inf](Payload/Infdefaultinstall.inf)
|
||||
* [Infdefaultinstall_calc.sct](Payload/Infdefaultinstall_calc.sct)
|
||||
|
||||
Resources:
|
||||
* https://twitter.com/KyleHanslovan/status/911997635455852544
|
||||
* https://gist.github.com/KyleHanslovan/5e0f00d331984c1fb5be32c40f3b265a
|
||||
* https://blog.conscioushacker.io/index.php/2017/10/25/evading-microsofts-autoruns/
|
||||
|
||||
Full path:
|
||||
```
|
||||
c:\windows\system32\Infdefaultinstall.exe
|
||||
c:\windows\sysWOW64\Infdefaultinstall.exe
|
||||
```
|
||||
|
||||
Notes:
|
||||
Some specific details about the binary file.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue