DLLHijackTest icon indicating copy to clipboard operation
DLLHijackTest copied to clipboard

Can not work!

Open AhrendsSchmidt opened this issue 3 years ago • 1 comments

image When I entered the command, nothing happened, there was no output and no errors were reported. So what happened?

AhrendsSchmidt avatar Apr 29 '21 05:04 AhrendsSchmidt

I know this is an old issue but easily resolved. You need to do the following -

  1. powershell.exe -ExecutionPolicy Bypass
  2. . .\Get-PotentialDLLHijack.ps1
  3. Get-PotentialDLLHijack -CSVPath .\Logfile.CSV -MaliciousDLLPath .\DLLHijackTest.dll -ProcessPath "C:\Users\user\AppData\Local\Microsoft\etc"

You haven't actually loaded it in.

tomkallo avatar Apr 14 '22 08:04 tomkallo