mirror of
https://github.com/daffainfo/AllAboutBugBounty.git
synced 2025-02-01 07:37:26 +00:00
IDOR [4]
Add 1 IDOR tips
This commit is contained in:
parent
a75e7eaf9a
commit
ddf80dbdd7
9
IDOR.md
9
IDOR.md
@ -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!
|
Source: [@swaysThinking](https://twitter.com/swaysThinking) and other medium writeup!
|
||||||
|
Loading…
Reference in New Issue
Block a user