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
Change request method - Also works for GET to POST
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
All methods:
The go-to manual for web app pentesters. Covers XSS, SQLi, logic flaws, and more
Learn how to perform reconnaissance on a target, how to identify vulnerabilities, and how to exploit them
Learn about the most common types of bugs like cross-site scripting, insecure direct object references, and server-side request forgery.