Recent Releases of graphqler
graphqler - V2.3.6
🔍Implemented detections!
User-facing changes
- Add introspection detection
- Add field suggestions detection
- Add HTML/XSS/SQLi/File/SSRF detections
- Add OS command injection detections
- Add deny-list bypass detections
- Add easier stats parsing
- Add detection logging for easier access
- Add
SKIP_NODESoption to the configuration to skip any nodes that might be causing issues on the API (IE. slow endpoints)
Detections example
Developer changes
- Moved
materializerof each detection intodetectionclasses - Stats parsing now parses vulnerabilities as well
- Added general abstract
detectionclass to be extended on - Fix duplicate logging by checking logger handlers before initialization
- Fix materializer check for soft dependencies
- Python
Published by omar2535 over 1 year ago
graphqler - V1.0
GraphQLer V1.0
GraphQLer is the first ever dependency-aware GraphQL testing tool, used to test your GraphQL API for any bugs or errors that may come from chaining your queries and mutations together! It features a dependency graph for you to inspect, outputs for you to review, and is also extensible for anyone who wants their own custom testing suite!
Features
- Testing queries and mutations
- Chaining object IDs to be used in other queries and mutations
- Creating a dependency graph
- Statistics & Logging
- Error handling
- Python
Published by omar2535 over 2 years ago
graphqler - Original GraphQLer
This version is based on the work performed in 2021
- Python
Published by omar2535 over 2 years ago