🚀 IntrospectorX is a blazing-fast GraphQL introspection vulnerability scanner built for bug bounty hunters, penetration testers, and API security researchers. It mimics real-world introspection queries used by Apollo, GraphiQL, Insomnia, and Postman to uncover exposed GraphQL schemas.
- ✅ Detects misconfigured GraphQL endpoints using common introspection payloads
- ⚡ Multi-threaded scanning with performance optimization
- 📝 Generates clean HTML vulnerability reports
- 💬 Verbose mode for audit & CLI visibility
- 🕵️♂️ Designed for automation, recon pipelines, and CI/CD environments
git clone https://github.com/nkbeast/IntrospectorX
cd IntrospectorX
pip3 install -r requirements.txt
python3 introspectorx.py --help