IDOR
IDOR in API
IDOR
Improper Asset Management
Interesting Books
Send a wildcard (*, %, ., _) instead of an ID, some backend might respond with the data of all the users.
GET /api/users/* HTTP/1.1
GET /api/users/% HTTP/1.1
GET /api/users/_ HTTP/1.1
GET /api/users/. HTTP/1.1Versioning
Improper Asset ManagementGET v2/user/profile?clubname=123
GET v1.0/user/profile?clubname=321 Interesting Books
Interesting BooksSupport this Gitbook
Last updated
