PowerShellMafia / PowerSploit

PowerSploit - A PowerShell Post-Exploitation Framework
Other
11.68k stars 4.59k forks source link

Reflective peinjection ambigous #345

Open azerty55 opened 4 years ago

azerty55 commented 4 years ago

Hi I tried to run exe with peinjection My commands $ByteArray = [System.IO.File]::ReadAllBytes("C:\windows\Tasks\mimikatz.exe") Invoke-expression(Get-Content .\Invoke-ReflectivePEInjection.ps1 |out-string) And Invoke-ReflectivePEInjection -PEBytes $ByteArray But it return error " ambigous match found" What I'm doing wrong? Thanks