From 9bdfa7f8c7e1fe71dfebb8b0602f6c761f293f29 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sat, 25 Feb 2023 23:09:47 +0100 Subject: [PATCH] add "GraphQL for Pentesters" ref --- GraphQL Injection/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/GraphQL Injection/README.md b/GraphQL Injection/README.md index 353127d..ce8c24b 100644 --- a/GraphQL Injection/README.md +++ b/GraphQL Injection/README.md @@ -329,3 +329,4 @@ mutation finishChannelVerificationMutation( * [Introspection query leaks sensitive graphql system information - @Zuriel](https://hackerone.com/reports/291531) * [Graphql Bug to Steal Anyone’s Address - Sept 1, 2019 - Pratik Yadav](https://medium.com/@pratiky054/graphql-bug-to-steal-anyones-address-fc34f0374417) * [GraphQL Batching Attack - RENATAWALLARM - DECEMBER 13, 2019](https://lab.wallarm.com/graphql-batching-attack/) +* [GraphQL for Pentesters presentation by ACCEIS - 01/12/2022](https://acceis.github.io/prez-graphql/) - [source](https://github.com/Acceis/prez-graphql)