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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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 von swisskyrepo

    swisskyrepo/GraphQLmap

    1,670Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,670
  • doyensec/inqlAvatar von doyensec

    doyensec/inql

    1,782Auf GitHub ansehen↗

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

    Kotlin
    Auf GitHub ansehen↗1,782
  • assetnote/batchqlAvatar von assetnote

    assetnote/batchql

    412Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗412
  • dolevf/graphql-copAvatar von dolevf

    dolevf/graphql-cop

    652Auf GitHub ansehen↗

    Security Auditor Utility for GraphQL APIs

    Python
    Auf GitHub ansehen↗652
  • brendan-rius/c-jwt-crackerAvatar von brendan-rius

    brendan-rius/c-jwt-cracker

    2,548Auf GitHub ansehen↗

    JWT brute force cracker written in C

    Cbrute-forcecrackerjwt-authentication
    Auf GitHub ansehen↗2,548
  • devanshbatham/headerpwnD

    devanshbatham/headerpwn

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • dolevf/graphw00fAvatar von dolevf

    dolevf/graphw00f

    857Auf GitHub ansehen↗

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

    doyensec/graph-ql

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dvyukov/go-fuzzAvatar von dvyukov

    dvyukov/go-fuzz

    4,853Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,853
  • dwisiswant0/crlfuzzAvatar von dwisiswant0

    dwisiswant0/crlfuzz

    1,543Auf GitHub ansehen↗

    A fast tool to scan CRLF vulnerability written in Go

    Go
    Auf GitHub ansehen↗1,543
  • dwisiswant0/ppfuzzD

    dwisiswant0/ppfuzz

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • epi052/feroxbusterAvatar von epi052

    epi052/feroxbuster

    7,522Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,522
  • escape-technologies/goctopusAvatar von Escape-Technologies

    Escape-Technologies/goctopus

    132Auf GitHub ansehen↗

    Blazing fast GraphQL discovery & fingerprinting toolbox.

    Go
    Auf GitHub ansehen↗132
  • escape-technologies/graphinderAvatar von Escape-Technologies

    Escape-Technologies/graphinder

    228Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗228
  • escape-technologies/graphql-armorAvatar von Escape-Technologies

    Escape-Technologies/graphql-armor

    585Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗585
  • ffuf/ffufAvatar von ffuf

    ffuf/ffuf

    15,618Auf GitHub ansehen↗

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

    forcesunseen/graphquail

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • google/gofuzzAvatar von google

    google/gofuzz

    1,495Auf GitHub ansehen↗

    Fuzz testing for go.

    Go
    Auf GitHub ansehen↗1,495
  • google/syzkallerAvatar von google

    google/syzkaller

    6,232Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,232
  • graphql/graphql-playgroundAvatar von graphql

    graphql/graphql-playground

    8,839Auf GitHub ansehen↗

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

    graphql-kit/graphql-voyager

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • hahwul/jwt-hackAvatar von hahwul

    hahwul/jwt-hack

    998Auf GitHub ansehen↗

    JSON Web Token Hack Toolkit

    Rust
    Auf GitHub ansehen↗998
  • hashcat/hashcatAvatar von hashcat

    hashcat/hashcat

    26,200Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗26,200
  • jtpereyda/boofuzzAvatar von jtpereyda

    jtpereyda/boofuzz

    2,338Auf GitHub ansehen↗

    A fork and successor of the Sulley Fuzzing Framework

    Python
    Auf GitHub ansehen↗2,338
  • ksharinarayanan/ssrfireAvatar von ksharinarayanan

    ksharinarayanan/SSRFire

    971Auf GitHub ansehen↗

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

    Shell
    Auf GitHub ansehen↗971
  • lmammino/jwt-crackerAvatar von lmammino

    lmammino/jwt-cracker

    1,172Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗1,172
  • moopinger/smugglefuzzM

    Moopinger/smugglefuzz

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • nicholasaleks/crackqlN

    nicholasaleks/CrackQL

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • nicholasaleks/graphql-threat-matrixAvatar von nicholasaleks

    nicholasaleks/graphql-threat-matrix

    363Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗363
  • planetis-m/libfuzzerP

    planetis-m/libfuzzer

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0