Add 1 IDOR tips
This commit is contained in:
Muhammad Daffa 2020-09-09 22:01:15 +07:00 committed by GitHub
parent a75e7eaf9a
commit ddf80dbdd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,4 +100,13 @@ GET /graphql.php?query=
[...]
```
10. MFLAC (Missing Function Level Access Control)
```
GET /admin/profile
```
Try this to bypass
```
GET /ADMIN/profile
```
Source: [@swaysThinking](https://twitter.com/swaysThinking) and other medium writeup!