awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nikitastupin/clairvoyance

Open-source alternatives to Clairvoyance

30 open-source projects similar to nikitastupin/clairvoyance, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Clairvoyance alternative.

  • swisskyrepo/graphqlmapswisskyrepo avatar

    swisskyrepo/GraphQLmap

    1,670View on GitHub↗

    GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. - Do not use for illegal testing ;)

    Python
    View on GitHub↗1,670
  • doyensec/inqldoyensec avatar

    doyensec/inql

    1,782View on GitHub↗

    InQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration.

    Kotlin
    View on GitHub↗1,782
  • assetnote/batchqlassetnote avatar

    assetnote/batchql

    412View on GitHub↗

    GraphQL security auditing script with a focus on performing batch GraphQL queries and mutations

    Python
    View on GitHub↗412
  • dolevf/graphql-copdolevf avatar

    dolevf/graphql-cop

    652View on GitHub↗

    Security Auditor Utility for GraphQL APIs

    Python
    View on GitHub↗652
  • brendan-rius/c-jwt-crackerbrendan-rius avatar

    brendan-rius/c-jwt-cracker

    2,548View on GitHub↗

    JWT brute force cracker written in C

    Cbrute-forcecrackerjwt-authentication
    View on GitHub↗2,548
  • devanshbatham/headerpwnD

    devanshbatham/headerpwn

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dolevf/graphw00fdolevf avatar

    dolevf/graphw00f

    857View on GitHub↗

    graphw00f is GraphQL Server Engine Fingerprinting utility for software security professionals looking to learn more about what technology is behind a given GraphQL endpoint.

    Python
    View on GitHub↗857
  • doyensec/graph-qlD

    doyensec/graph-ql

    0View on GitHub↗
    View on GitHub↗0
  • dvyukov/go-fuzzdvyukov avatar

    dvyukov/go-fuzz

    4,853View on GitHub↗

    go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of a fuzzer that evolves random inputs based on code execution paths, an instrumentation tool that produces binaries for tracking coverage, and a seed corpus manager. The tool utilizes compile-time binary instrumentation to monitor branch coverage and employs a feedback-driven mutation loop to prioritize inputs that reach new sections of the codebase. It includes capabilities for comparative differential testing to identify logic errors by executing different implementations of

    Go
    View on GitHub↗4,853
  • dwisiswant0/crlfuzzdwisiswant0 avatar

    dwisiswant0/crlfuzz

    1,543View on GitHub↗

    A fast tool to scan CRLF vulnerability written in Go

    Go
    View on GitHub↗1,543
  • dwisiswant0/ppfuzzD

    dwisiswant0/ppfuzz

    0View on GitHub↗
    View on GitHub↗0
  • epi052/feroxbusterepi052 avatar

    epi052/feroxbuster

    7,522View on GitHub↗

    Feroxbuster is an HTTP directory brute forcer and web resource enumerator designed to discover hidden files and directories on web servers. It functions as a recursive URL scanner that identifies unlinked endpoints and API resources by combining wordlist-based scanning with automated crawling. The tool operates as a proxy-aware fuzzer, allowing network requests to be routed through HTTP or SOCKS proxies for traffic interception or anonymity. It utilizes recursive directory crawling to automatically queue discovered paths and find nested content. The system includes capabilities for discovery

    Rustcontent-discoveryenumerationhacktoberfest
    View on GitHub↗7,522
  • escape-technologies/goctopusEscape-Technologies avatar

    Escape-Technologies/goctopus

    132View on GitHub↗

    Blazing fast GraphQL discovery & fingerprinting toolbox.

    Go
    View on GitHub↗132
  • escape-technologies/graphinderEscape-Technologies avatar

    Escape-Technologies/graphinder

    228View on GitHub↗

    🕸️ Blazing fast GraphQL endpoints finder using subdomain enumeration, scripts analysis and bruteforce. 🕸️

    Python
    View on GitHub↗228
  • escape-technologies/graphql-armorEscape-Technologies avatar

    Escape-Technologies/graphql-armor

    585View on GitHub↗

    🛡️ The missing GraphQL security security layer for Apollo GraphQL and Yoga / Envelop servers 🛡️

    TypeScript
    View on GitHub↗585
  • ffuf/ffufffuf avatar

    ffuf/ffuf

    15,618View on GitHub↗

    This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure mapping. It functions as a security-focused scanner that identifies hidden files, directories, parameters, and virtual hosts by injecting payloads into HTTP requests. By systematically testing how servers handle various inputs, it assists in mapping the architecture of web applications and uncovering potential security vulnerabilities. The tool distinguishes itself through a highly concurrent engine that manages asynchronous request execution and recursive job orchestration. I

    Gofuzzerinfosecpentesting
    View on GitHub↗15,618
  • forcesunseen/graphquailF

    forcesunseen/graphquail

    0View on GitHub↗
    View on GitHub↗0
  • google/gofuzzgoogle avatar

    google/gofuzz

    1,495View on GitHub↗

    Fuzz testing for go.

    Go
    View on GitHub↗1,495
  • google/syzkallergoogle avatar

    google/syzkaller

    6,232View on GitHub↗

    Syzkaller is an unsupervised, coverage-guided kernel fuzzer that automatically generates and mutates system call sequences to find bugs in operating system kernels. It operates without human intervention, using a closed feedback loop of input generation, execution, crash detection, and corpus refinement to continuously explore kernel code paths. The fuzzer distinguishes itself by supporting multiple operating system kernels, including Linux, FreeBSD, and Windows, through per-platform syscall harnesses that abstract system call interfaces behind a common driver. It uses declarative description

    Go
    View on GitHub↗6,232
  • graphql/graphql-playgroundgraphql avatar

    graphql/graphql-playground

    8,839View on GitHub↗

    GraphQL Playground is an interactive development environment and API client used for writing, testing, and debugging GraphQL queries, mutations, and subscriptions. It functions as a visual tool for executing requests against a GraphQL server and inspecting the resulting JSON responses. The project includes a documentation browser for exploring schemas and an editor with autocompletion and error highlighting. It provides specialized capabilities for analyzing API performance through tracing visualization and supports real-time data updates via subscription streaming. The environment allows fo

    TypeScript
    View on GitHub↗8,839
  • graphql-kit/graphql-voyagerG

    graphql-kit/graphql-voyager

    0View on GitHub↗
    View on GitHub↗0
  • hahwul/jwt-hackhahwul avatar

    hahwul/jwt-hack

    998View on GitHub↗

    JSON Web Token Hack Toolkit

    Rust
    View on GitHub↗998
  • hashcat/hashcathashcat avatar

    hashcat/hashcat

    26,200View on GitHub↗

    Hashcat is a high-performance hash cracking software and OpenCL compute application used to recover plain-text passwords from hashed data. It functions as a GPU-accelerated recovery tool and distributed password cracker, leveraging CPUs and GPUs to perform intensive cryptographic computations. The system differentiates itself through a distributed cracking workflow that coordinates tasks across multiple machines via an overlay network to share computational load. It further optimizes recovery speed using Markov chain keyspace optimization to prioritize the most likely password candidates. Th

    C
    View on GitHub↗26,200
  • jtpereyda/boofuzzjtpereyda avatar

    jtpereyda/boofuzz

    2,338View on GitHub↗

    A fork and successor of the Sulley Fuzzing Framework

    Python
    View on GitHub↗2,338
  • ksharinarayanan/ssrfireksharinarayanan avatar

    ksharinarayanan/SSRFire

    971View on GitHub↗

    An automated SSRF finder. Just give the domain name and your server and chill! ;) Also has options to find XSS and open redirects

    Shell
    View on GitHub↗971
  • lmammino/jwt-crackerlmammino avatar

    lmammino/jwt-cracker

    1,172View on GitHub↗

    Simple HS256, HS384 & HS512 JWT token brute force cracker.

    JavaScript
    View on GitHub↗1,172
  • moopinger/smugglefuzzM

    Moopinger/smugglefuzz

    0View on GitHub↗
    View on GitHub↗0
  • nicholasaleks/crackqlN

    nicholasaleks/CrackQL

    0View on GitHub↗
    View on GitHub↗0
  • nicholasaleks/graphql-threat-matrixnicholasaleks avatar

    nicholasaleks/graphql-threat-matrix

    363View on GitHub↗

    GraphQL threat framework used by security professionals to research security gaps in GraphQL implementations

    View on GitHub↗363
  • planetis-m/libfuzzerP

    planetis-m/libfuzzer

    0View on GitHub↗
    View on GitHub↗0