denniskniep / GQLRaider

GQL Burp Extension
21 stars 14 forks source link

Create iPoints nested in JSON Values of Variables #4

Open e0x70i opened 4 years ago

e0x70i commented 4 years ago

Supports creating insertion points on Variables whose value is JSON. Will iterate through the JSON adding insertion points to every JSON primitive in the tree.

For example

{"testType":["test1","test2"],"test2Type":["test1"],"test3":["three"],"count":5} generates the following insertion points `[var]testType[0]:index

[var]count:5`