
Original repository: https://github.com/swisskyrepo/GraphQLmap#install GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. Install Features and examples Dump a GraphQL schema Interact with a GraphQL endpoint Execute GraphQL queries Autocomplete queries GraphQL field fuzzing NoSQL injection inside a GraphQL field SQL injection inside a GraphQL field I pull requests, feel free to improve this script :) You can also contribute with a IRL or using Github Sponsoring button. Install $ git clone https://github.com/swisskyrepo/GraphQLmap $ python graphqlmap.py _____ _ ____ _ / ____| | | / __ \| | | | __ _ __ __ _ _ __ | |__ | | | | | _ __ ___ __ _ _ __ | | |_ | '__/ _` | '_ \| '_ \| | | | | | '_ ` _ \ / _` | '_ \ | |__| | | | (_| | |_) | | | |....