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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to assetnote/batchql

Open-source alternatives to Batchql

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

  • nikitastupin/clairvoyanceAvatar nikitastupin

    nikitastupin/clairvoyance

    1,481Vezi pe GitHub↗

    Obtain GraphQL API schema even if the introspection is disabled

    Python
    Vezi pe GitHub↗1,481
  • doyensec/inqlAvatar doyensec

    doyensec/inql

    1,782Vezi pe 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
    Vezi pe GitHub↗1,782
  • swisskyrepo/graphqlmapAvatar swisskyrepo

    swisskyrepo/GraphQLmap

    1,670Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗1,670
  • dolevf/graphql-copAvatar dolevf

    dolevf/graphql-cop

    652Vezi pe GitHub↗

    Security Auditor Utility for GraphQL APIs

    Python
    Vezi pe GitHub↗652
  • brendan-rius/c-jwt-crackerAvatar brendan-rius

    brendan-rius/c-jwt-cracker

    2,548Vezi pe GitHub↗

    JWT brute force cracker written in C

    Cbrute-forcecrackerjwt-authentication
    Vezi pe GitHub↗2,548
  • devanshbatham/headerpwnD

    devanshbatham/headerpwn

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • dolevf/graphw00fAvatar dolevf

    dolevf/graphw00f

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

    doyensec/graph-ql

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • dvyukov/go-fuzzAvatar dvyukov

    dvyukov/go-fuzz

    4,853Vezi pe 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
    Vezi pe GitHub↗4,853
  • dwisiswant0/crlfuzzAvatar dwisiswant0

    dwisiswant0/crlfuzz

    1,543Vezi pe GitHub↗

    A fast tool to scan CRLF vulnerability written in Go

    Go
    Vezi pe GitHub↗1,543
  • dwisiswant0/ppfuzzD

    dwisiswant0/ppfuzz

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • epi052/feroxbusterAvatar epi052

    epi052/feroxbuster

    7,522Vezi pe 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
    Vezi pe GitHub↗7,522
  • escape-technologies/goctopusAvatar Escape-Technologies

    Escape-Technologies/goctopus

    132Vezi pe GitHub↗

    Blazing fast GraphQL discovery & fingerprinting toolbox.

    Go
    Vezi pe GitHub↗132
  • escape-technologies/graphinderAvatar Escape-Technologies

    Escape-Technologies/graphinder

    228Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗228
  • escape-technologies/graphql-armorAvatar Escape-Technologies

    Escape-Technologies/graphql-armor

    585Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗585
  • ffuf/ffufAvatar ffuf

    ffuf/ffuf

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

    forcesunseen/graphquail

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • google/gofuzzAvatar google

    google/gofuzz

    1,495Vezi pe GitHub↗

    Fuzz testing for go.

    Go
    Vezi pe GitHub↗1,495
  • google/syzkallerAvatar google

    google/syzkaller

    6,232Vezi pe 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
    Vezi pe GitHub↗6,232
  • graphql/graphql-playgroundAvatar graphql

    graphql/graphql-playground

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

    graphql-kit/graphql-voyager

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • hahwul/jwt-hackAvatar hahwul

    hahwul/jwt-hack

    998Vezi pe GitHub↗

    JSON Web Token Hack Toolkit

    Rust
    Vezi pe GitHub↗998
  • hashcat/hashcatAvatar hashcat

    hashcat/hashcat

    26,200Vezi pe 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
    Vezi pe GitHub↗26,200
  • jtpereyda/boofuzzAvatar jtpereyda

    jtpereyda/boofuzz

    2,338Vezi pe GitHub↗

    A fork and successor of the Sulley Fuzzing Framework

    Python
    Vezi pe GitHub↗2,338
  • ksharinarayanan/ssrfireAvatar ksharinarayanan

    ksharinarayanan/SSRFire

    971Vezi pe 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
    Vezi pe GitHub↗971
  • lmammino/jwt-crackerAvatar lmammino

    lmammino/jwt-cracker

    1,172Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗1,172
  • moopinger/smugglefuzzM

    Moopinger/smugglefuzz

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • nicholasaleks/crackqlN

    nicholasaleks/CrackQL

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • nicholasaleks/graphql-threat-matrixAvatar nicholasaleks

    nicholasaleks/graphql-threat-matrix

    363Vezi pe GitHub↗

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

    Vezi pe GitHub↗363
  • planetis-m/libfuzzerP

    planetis-m/libfuzzer

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0