Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified hid.yml to reflect Phantom DLL Hijack via service (#55)
Co-authored-by: Wietze <wietze@users.noreply.github.com>
- Loading branch information
b79492d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured this would be a search order hijack, considering the hid.dll resides in C:\Windows\System32, the service just checks its working directory first
b79492d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah thanks for following up on this, I was fooled by the "a non-existing DLL file will be loaded" in the article. I should have guessed, based on the fact that
hid.yml
already existed, that it is trying to load an existing DLL.Will fix this now.