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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 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,670Ver en GitHub↗

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

    Python
    Ver en GitHub↗1,670
  • doyensec/inqlAvatar de doyensec

    doyensec/inql

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

    assetnote/batchql

    412Ver en GitHub↗

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

    Python
    Ver en GitHub↗412
  • dolevf/graphql-copAvatar de dolevf

    dolevf/graphql-cop

    652Ver en GitHub↗

    Security Auditor Utility for GraphQL APIs

    Python
    Ver en GitHub↗652
  • brendan-rius/c-jwt-crackerAvatar de brendan-rius

    brendan-rius/c-jwt-cracker

    2,548Ver en GitHub↗

    JWT brute force cracker written in C

    Cbrute-forcecrackerjwt-authentication
    Ver en GitHub↗2,548
  • devanshbatham/headerpwnD

    devanshbatham/headerpwn

    0Ver en GitHub↗
    Ver en GitHub↗0

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • dolevf/graphw00fAvatar de dolevf

    dolevf/graphw00f

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

    doyensec/graph-ql

    0Ver en GitHub↗
    Ver en GitHub↗0
  • dvyukov/go-fuzzAvatar de dvyukov

    dvyukov/go-fuzz

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

    dwisiswant0/crlfuzz

    1,543Ver en GitHub↗

    A fast tool to scan CRLF vulnerability written in Go

    Go
    Ver en GitHub↗1,543
  • dwisiswant0/ppfuzzD

    dwisiswant0/ppfuzz

    0Ver en GitHub↗
    Ver en GitHub↗0
  • epi052/feroxbusterAvatar de epi052

    epi052/feroxbuster

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

    Escape-Technologies/goctopus

    132Ver en GitHub↗

    Blazing fast GraphQL discovery & fingerprinting toolbox.

    Go
    Ver en GitHub↗132
  • escape-technologies/graphinderAvatar de Escape-Technologies

    Escape-Technologies/graphinder

    228Ver en GitHub↗

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

    Python
    Ver en GitHub↗228
  • escape-technologies/graphql-armorAvatar de Escape-Technologies

    Escape-Technologies/graphql-armor

    585Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗585
  • ffuf/ffufAvatar de ffuf

    ffuf/ffuf

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

    forcesunseen/graphquail

    0Ver en GitHub↗
    Ver en GitHub↗0
  • google/gofuzzAvatar de google

    google/gofuzz

    1,495Ver en GitHub↗

    Fuzz testing for go.

    Go
    Ver en GitHub↗1,495
  • google/syzkallerAvatar de google

    google/syzkaller

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

    graphql/graphql-playground

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

    graphql-kit/graphql-voyager

    0Ver en GitHub↗
    Ver en GitHub↗0
  • hahwul/jwt-hackAvatar de hahwul

    hahwul/jwt-hack

    998Ver en GitHub↗

    JSON Web Token Hack Toolkit

    Rust
    Ver en GitHub↗998
  • hashcat/hashcatAvatar de hashcat

    hashcat/hashcat

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

    jtpereyda/boofuzz

    2,338Ver en GitHub↗

    A fork and successor of the Sulley Fuzzing Framework

    Python
    Ver en GitHub↗2,338
  • ksharinarayanan/ssrfireAvatar de ksharinarayanan

    ksharinarayanan/SSRFire

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

    lmammino/jwt-cracker

    1,172Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗1,172
  • moopinger/smugglefuzzM

    Moopinger/smugglefuzz

    0Ver en GitHub↗
    Ver en GitHub↗0
  • nicholasaleks/crackqlN

    nicholasaleks/CrackQL

    0Ver en GitHub↗
    Ver en GitHub↗0
  • nicholasaleks/graphql-threat-matrixAvatar de nicholasaleks

    nicholasaleks/graphql-threat-matrix

    363Ver en GitHub↗

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

    Ver en GitHub↗363
  • planetis-m/libfuzzerP

    planetis-m/libfuzzer

    0Ver en GitHub↗
    Ver en GitHub↗0