KO
|
EN
gitlite β search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
graphypy
β 16
Open GitHub β
Tool to hack Graphql
Download README (.md)
Explore Similar Repositories
apiguesser
:
Go script to guess an API key / OAuth token found during pentest. CLI version of https://github.com/daffainfo/apiguesser-web/
5GC_API_Pentest
:
ππ Professional Burp Suite extension for 5G Core security testing π‘ | Automated NF discovery π | IMSI enumeration π± | Credential extraction π | OAuth2 workflows π« | OpenAPI fuzzing π₯
API-Penetration-Testing
:
API Penetration Testing Notes
Pentesting-APIs
:
Pentesting APIs, Published by Packt
Network-Scanner
:
AI-powered network scanner & vulnerability scanner β nmap + Python + Flask + React. CLI, Web UI, API & PDF reports for pentesting & recon.
// repository documentation
Was this content helpful?
β 0
(0 ratings)
Select Rating:
β
β
β
β
β
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
graphypy
?
Download (.md)
# GraphQL Endpoint Detector This tool is designed to help bug bounty hunters and penetration testers detect GraphQL endpoints within a specified URL. It goes through multiple steps to ensure the identification of GraphQL endpoints and schema. Below are the steps followed by the tool: 1. Brute force all endpoints to find the GraphQL endpoint. 2. Tries the introspection query to find the schema. 3. If introspection is disabled, it attempts a GET query to find the schema. 4. If the GET query doesn't work, it tries URL Encoding.  ### ToDo - [ ] Allows users to check common mutations once a valid GraphQL endpoint is detected. and displays the results of the mutation checks at the end. ## Usage Make sure you have Python 3.x installed. Use the following command to run the script: ``` pip install requirements.txt python graphypy.py URL ``` Note: You might need to install the necessary Python packages specified in the requirements file before running the script. ## Bugs If you find any issues in the tool, Feel free to create an issue [here](https://github.com/viralvaghela/graphypy/issues/new) Feel free to contribute and enhance the tool for better functionality and broader use cases.