Skip to content

Commit

Permalink
Update MindAPI.md
Browse files Browse the repository at this point in the history
Added OWASP OFFAT
  • Loading branch information
dsopas committed Jun 14, 2024
1 parent b69f1fb commit ab9f19f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MindAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
- [Autorize](https://github.com/PortSwigger/autorize)
- [Auth Analyzer](https://github.com/portswigger/auth-analyzer)
- [Susanoo](https://github.com/ant4g0nist/Susanoo)
- [OFFAT](https://github.com/OWASP/OFFAT/)
- GraphQL
- [InQL](https://github.com/doyensec/inql)
- [graphql-path-enum](https://gitlab.com/dee-see/graphql-path-enum)
Expand Down Expand Up @@ -456,6 +457,7 @@

#### Check if the API returns full data objects from database with sensitive data
- [apicheck](https://github.com/BBVA/apicheck)
- [OFFAT](https://github.com/OWASP/OFFAT/)

#### Compare client data with the API response to check if the filtering is done by client side

Expand Down Expand Up @@ -491,6 +493,7 @@
### Broken Function Level Authorization
- Can a regular user access administrative endpoints? (MindAPI recon can help you here)
- Testing different HTTP methods (GET, POST, PUT, DELETE, PATCH) will allow level escalation?
- [OFFAT](https://github.com/OWASP/OFFAT/)
- Enumerate/Bruteforce endpoints for getting unauthorized requests (MindAPI recon can help you here)

### Mass Assignment
Expand Down Expand Up @@ -564,6 +567,7 @@
- [APIFuzzer](https://github.com/KissPeter/APIFuzzer)
- [Susanoo](https://github.com/ant4g0nist/Susanoo)
- [REcollapse](https://github.com/0xacb/recollapse)
- [OFFAT](https://github.com/OWASP/OFFAT/)
- GraphQL
- [GraphQLmap](https://github.com/swisskyrepo/GraphQLmap)
- [graphql-cop](https://github.com/dolevf/graphql-cop)
Expand All @@ -579,6 +583,7 @@
- [TnT-Fuzzer](https://github.com/Teebytes/TnT-Fuzzer)
- [APIFuzzer](https://github.com/KissPeter/APIFuzzer)
- [Susanoo](https://github.com/ant4g0nist/Susanoo)
- [OFFAT](https://github.com/OWASP/OFFAT/)
- GraphQL
- [GraphQLmap](https://github.com/swisskyrepo/GraphQLmap)
- gRPC-protobuf
Expand Down

0 comments on commit ab9f19f

Please sign in to comment.