HTTP Verb Tampering
Last updated
Last updated
HEAD
Identical to a GET request, but its response only contains the headers
, without the response body
PUT
Writes the request payload to the specified location
DELETE
Deletes the resource at the specified location
OPTIONS
Shows different options accepted by a web server, like accepted HTTP verbs
PATCH
Apply partial modifications to the resource at the specified location
special char: test;
file; cp /flag.txt ./
Intercept the request in Burp Suite (Burp) and then use Change Request Method
Making desync attacks easy with TRACE