Skip to main content

Fast and powerful GraphQL engine fingerprinting tool

Project description

GraphDNA PyPI CI CD

GraphDNA is a tool that uses multiple heuristics to fingerprint GraphQL endpoints.

Banner

PyPI - Python Version PyPI - Downloads

Getting Started

It takes only two simple steps to fingerprint an endpoint using GraphDNA.

pip install graphdna
graphdna -u https://example.com/graphql

The full list of supported engines is accessible here.

Banner

Documentation

from graphdna import detect_engine, detect_engine_async
from graphdna.entities import GraphQLEngine

def detect_engine(
    url: str,
    headers: dict[str, str] | None = None,
    logger: logging.Logger | None = None,
) -> GraphQLEngine | None:
    ...


async def detect_engine_async(
    url: str,
    headers: dict[str, str] | None = None,
    logger: logging.Logger | None = None,
) -> GraphQLEngine | None:
    ...

Local installation

git clone git@github.com:Escape-Technologies/GraphDNA.git
cd GraphDNA
chmod +x ./install-dev.sh
./install-dev.sh

Credits

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License PyPI - License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

graphdna-0.1.4.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

graphdna-0.1.4-py3-none-any.whl (27.6 kB view details)

Uploaded Python 3

File details

Details for the file graphdna-0.1.4.tar.gz.

File metadata

  • Download URL: graphdna-0.1.4.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for graphdna-0.1.4.tar.gz
Algorithm Hash digest
SHA256 ae221a4efcff6c5c9a2be7d71fdad03531f869e68565dce0c50e8fe7705f8192
MD5 4524717346312fc77fae901afb9e7b18
BLAKE2b-256 d3aecbff2c8344fc7d6a74eac5a87c75a73d52d522f3780294b2c69a178ba441

See more details on using hashes here.

File details

Details for the file graphdna-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: graphdna-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 27.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for graphdna-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 76a7157beeb2dc21bb87a31ce23c0a9a43f8515f10ad1ab66f967cda4a88d447
MD5 903b41e0305ee76128bc37e13542ec31
BLAKE2b-256 b0e0bffefffa6353856762f7d0279b7c8d6548f3e6750ee843fc77d7d1bccf50

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page