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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 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/graphqlmapAvatar de swisskyrepo

    swisskyrepo/GraphQLmap

    1,670Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗1,670
  • doyensec/inqlAvatar de doyensec

    doyensec/inql

    1,782Voir sur 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
    Voir sur GitHub↗1,782
  • assetnote/batchqlAvatar de assetnote

    assetnote/batchql

    412Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗412
  • dolevf/graphql-copAvatar de dolevf

    dolevf/graphql-cop

    652Voir sur GitHub↗

    Security Auditor Utility for GraphQL APIs

    Python
    Voir sur GitHub↗652
  • brendan-rius/c-jwt-crackerAvatar de brendan-rius

    brendan-rius/c-jwt-cracker

    2,548Voir sur GitHub↗

    JWT brute force cracker written in C

    Cbrute-forcecrackerjwt-authentication
    Voir sur GitHub↗2,548
  • devanshbatham/headerpwnD

    devanshbatham/headerpwn

    0Voir sur GitHub↗
    Voir sur GitHub↗0

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • dolevf/graphw00fAvatar de dolevf

    dolevf/graphw00f

    857Voir sur 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
    Voir sur GitHub↗857
  • doyensec/graph-qlD

    doyensec/graph-ql

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • dvyukov/go-fuzzAvatar de dvyukov

    dvyukov/go-fuzz

    4,853Voir sur 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
    Voir sur GitHub↗4,853
  • dwisiswant0/crlfuzzAvatar de dwisiswant0

    dwisiswant0/crlfuzz

    1,543Voir sur GitHub↗

    A fast tool to scan CRLF vulnerability written in Go

    Go
    Voir sur GitHub↗1,543
  • dwisiswant0/ppfuzzD

    dwisiswant0/ppfuzz

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • epi052/feroxbusterAvatar de epi052

    epi052/feroxbuster

    7,522Voir sur 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
    Voir sur GitHub↗7,522
  • escape-technologies/goctopusAvatar de Escape-Technologies

    Escape-Technologies/goctopus

    132Voir sur GitHub↗

    Blazing fast GraphQL discovery & fingerprinting toolbox.

    Go
    Voir sur GitHub↗132
  • escape-technologies/graphinderAvatar de Escape-Technologies

    Escape-Technologies/graphinder

    228Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗228
  • escape-technologies/graphql-armorAvatar de Escape-Technologies

    Escape-Technologies/graphql-armor

    585Voir sur GitHub↗

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

    TypeScript
    Voir sur GitHub↗585
  • ffuf/ffufAvatar de ffuf

    ffuf/ffuf

    15,618Voir sur 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
    Voir sur GitHub↗15,618
  • forcesunseen/graphquailF

    forcesunseen/graphquail

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • google/gofuzzAvatar de google

    google/gofuzz

    1,495Voir sur GitHub↗

    Fuzz testing for go.

    Go
    Voir sur GitHub↗1,495
  • google/syzkallerAvatar de google

    google/syzkaller

    6,232Voir sur 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
    Voir sur GitHub↗6,232
  • graphql/graphql-playgroundAvatar de graphql

    graphql/graphql-playground

    8,839Voir sur 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
    Voir sur GitHub↗8,839
  • graphql-kit/graphql-voyagerG

    graphql-kit/graphql-voyager

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • hahwul/jwt-hackAvatar de hahwul

    hahwul/jwt-hack

    998Voir sur GitHub↗

    JSON Web Token Hack Toolkit

    Rust
    Voir sur GitHub↗998
  • hashcat/hashcatAvatar de hashcat

    hashcat/hashcat

    26,200Voir sur 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
    Voir sur GitHub↗26,200
  • jtpereyda/boofuzzAvatar de jtpereyda

    jtpereyda/boofuzz

    2,338Voir sur GitHub↗

    A fork and successor of the Sulley Fuzzing Framework

    Python
    Voir sur GitHub↗2,338
  • ksharinarayanan/ssrfireAvatar de ksharinarayanan

    ksharinarayanan/SSRFire

    971Voir sur 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
    Voir sur GitHub↗971
  • lmammino/jwt-crackerAvatar de lmammino

    lmammino/jwt-cracker

    1,172Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗1,172
  • moopinger/smugglefuzzM

    Moopinger/smugglefuzz

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • nicholasaleks/crackqlN

    nicholasaleks/CrackQL

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • nicholasaleks/graphql-threat-matrixAvatar de nicholasaleks

    nicholasaleks/graphql-threat-matrix

    363Voir sur GitHub↗

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

    Voir sur GitHub↗363
  • planetis-m/libfuzzerP

    planetis-m/libfuzzer

    0Voir sur GitHub↗
    Voir sur GitHub↗0