batchql icon indicating copy to clipboard operation
batchql copied to clipboard

GraphQL security auditing script with a focus on performing batch GraphQL queries and mutations

Results 5 batchql issues
Sort by recently updated
recently updated
newest added

i got this error when i tried batching attack, i dont know if i did something wrong, am not that good in python tbh Traceback (most recent call last): File...

Added some minor improvements(?), changed some things which seemed to be breaking on my side. Added the simplest query file, for anyone getting started with the tool (or GraphQL in...

I was getting the bellow error: ``` [ali@koalasec batchql]$ python3 batch.py -e https://api.target.com/graphql/ --header "Api-Key: 999999999" Traceback (most recent call last): File "/home/ali/tools/batchql/batch.py", line 28, in point_index = header.find(":") ^^^^^^^^^^^...