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 bishopfox/gadgetprobe

Projects sharing features with GadgetProbe

30 open-source projects similar to bishopfox/gadgetprobe, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • pwntester/ysoserial.netpwntester avatar

    pwntester/ysoserial.net

    3,735View on GitHub↗

    ysoserial.net is a payload generator for .NET deserialization, designed to create malicious serialized objects and structured gadget chains. It serves as a tool for generating command execution strings and security testing suites used to assess vulnerabilities in .NET formatters. The tool enables the creation of sequences of object calls that trigger remote code execution during the reconstruction of serialized data. It produces specialized payloads for executing system commands, loading remote libraries, and accessing local file systems. The project includes capabilities for optimizing payl

    C#
    View on GitHub↗3,735
  • federicodotta/java-deserialization-scannerfedericodotta avatar

    federicodotta/Java-Deserialization-Scanner

    802View on GitHub↗

    All-in-one plugin for Burp Suite for the detection and the exploitation of Java deserialization vulnerabilities

    Java
    View on GitHub↗802
  • w-digital-scanner/w13scanw-digital-scanner avatar

    w-digital-scanner/w13scan

    1,945View on GitHub↗

    W13scan is an automated vulnerability assessment tool designed to identify security flaws in web applications through a modular plugin architecture. It functions as a scanning engine that executes specialized security logic against web endpoints to detect injection flaws, information leaks, and configuration errors. The platform distinguishes itself by combining active probing with passive traffic analysis and out-of-band detection. It utilizes a callback-based service to verify blind vulnerabilities that do not provide immediate feedback, and it operates as a proxy to intercept and inspect l

    Smartypassive-vulnerability-scannersecurity-tools
    View on GitHub↗1,945
  • allyomalley/dnsobserverA

    allyomalley/dnsobserver

    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
  • asciimoo/wuzzasciimoo avatar

    asciimoo/wuzz

    10,711View on GitHub↗

    Wuzz is an interactive command line HTTP client and request inspector designed for capturing, reviewing, and analyzing outgoing network calls and their payloads. It functions as a terminal-based tool for debugging API issues and testing web endpoints. The tool provides specialized filtering for response bodies, using regular expressions and format-specific query syntaxes tailored for JSON and HTML data. It allows for the persistence of captured requests and responses to disk to facilitate the reproduction of network issues and offline analysis. User settings and default request behaviors are

    Goclicurlgo
    View on GitHub↗10,711
  • assetnote/wordlistsassetnote avatar

    assetnote/wordlists

    1,611View on GitHub↗
    CSSbruteforcebruteforce-wordlistcontent-discovery
    View on GitHub↗1,611
  • arturss7/tuktukA

    ArturSS7/TukTuk

    0View on GitHub↗
    View on GitHub↗0
  • bigsizeme/fastjson-checkbigsizeme avatar

    bigsizeme/fastjson-check

    368View on GitHub↗

    fastjson 被动扫描、不出网payload生成

    View on GitHub↗368
  • bountystrike/emissaryB

    BountyStrike/Emissary

    0View on GitHub↗
    View on GitHub↗0
  • coldfusion39/domi-ownedC

    coldfusion39/domi-owned

    0View on GitHub↗
    View on GitHub↗0
  • d3vilbug/hackbard3vilbug avatar

    d3vilbug/HackBar

    1,627View on GitHub↗

    HackBar plugin for Burpsuite

    Java
    View on GitHub↗1,627
  • damianrusinek/zip-bombD

    damianrusinek/zip-bomb

    0View on GitHub↗
    View on GitHub↗0
  • danielmiessler/seclistsdanielmiessler avatar

    danielmiessler/SecLists

    71,596View on GitHub↗

    SecLists is a centralized library of security assessment data designed to support vulnerability discovery and penetration testing. It functions as a comprehensive repository of wordlists, payloads, and testing methodologies used to audit software, firmware, and internet-connected hardware for technical vulnerabilities. The project distinguishes itself through a standardized taxonomy and a language-agnostic data format, which allows security tools to predictably ingest and utilize its assets regardless of the underlying programming environment. By decoupling raw testing data from execution log

    PHP
    View on GitHub↗71,596
  • dionach/cmsmapDionach avatar

    Dionach/CMSmap

    1,166View on GitHub↗

    CMSmap is a python open source CMS scanner that automates the process of detecting security flaws of the most popular CMSs.

    Python
    View on GitHub↗1,166
  • dwisiswant0/cf-checkD

    dwisiswant0/cf-check

    0View on GitHub↗
    View on GitHub↗0
  • droope/droopescandroope avatar

    droope/droopescan

    1,432View on GitHub↗

    A plugin-based scanner that aids security researchers in identifying issues with several CMSs, mainly Drupal & Silverstripe.

    HTML
    View on GitHub↗1,432
  • ekultek/whatwafEkultek avatar

    Ekultek/WhatWaf

    2,901View on GitHub↗

    Detect and bypass web application firewalls and protection systems

    Python
    View on GitHub↗2,901
  • aws-samples/automated-security-helperaws-samples avatar

    aws-samples/automated-security-helper

    657View on GitHub↗

    ASH is an extensible, open source SAST, SCA, and IaC security scanner orchestration engine.

    Python
    View on GitHub↗657
  • frohoff/ysoserialfrohoff avatar

    frohoff/ysoserial

    8,750View on GitHub↗

    ysoserial is a security research tool and payload generator designed to identify and exploit insecure Java deserialization. It functions as a framework for creating malicious serialized objects that can trigger remote code execution on Java virtual machines. The project provides a library of known gadget chains, which are sequences of vulnerable class calls that achieve arbitrary command execution during the deserialization process. It automates the generation of these payloads by leveraging common third-party libraries. The tool covers capabilities for security penetration testing, Java app

    Javadeserializationexploitgadget
    View on GitHub↗8,750
  • gchq/cyberchefgchq avatar

    gchq/CyberChef

    35,120View on GitHub↗

    CyberChef is a web-based application designed for performing complex data encoding, decoding, encryption, and analysis tasks. It provides a visual interface where users construct data transformation pipelines by chaining modular operations together, allowing raw input to be processed into a desired output format entirely within the local browser environment. The tool functions as a client-side cryptographic workbench, ensuring that all data processing logic remains local to the user's machine to maintain privacy and eliminate server-side overhead. By utilizing functional pipeline composition

    JavaScriptcompressiondata-analysisdata-manipulation
    View on GitHub↗35,120
  • google/security-crawl-mazeG

    google/security-crawl-maze

    0View on GitHub↗
    View on GitHub↗0
  • gwen001/github-regexpG

    gwen001/github-regexp

    0View on GitHub↗
    View on GitHub↗0
  • gwen001/pentest-toolsgwen001 avatar

    gwen001/pentest-tools

    3,303View on GitHub↗

    A collection of custom security tools for quick needs.

    Pythonauditbashbugbounty
    View on GitHub↗3,303
  • gyoisamurai/gyoithongyoisamurai avatar

    gyoisamurai/GyoiThon

    822View on GitHub↗

    GyoiThon is a growing penetration test tool using Machine Learning.

    Python
    View on GitHub↗822
  • hahwul/hbxssH

    hahwul/hbxss

    0View on GitHub↗
    View on GitHub↗0
  • hakluke/hakcheckurlH

    hakluke/hakcheckurl

    0View on GitHub↗
    View on GitHub↗0
  • iamstoxe/urlgrabIAmStoxe avatar

    IAmStoxe/urlgrab

    343View on GitHub↗

    A golang utility to spider through a website searching for additional links.

    Go
    View on GitHub↗343
  • ioactive/burpjdser-ngIOActive avatar

    IOActive/BurpJDSer-ng

    15View on GitHub↗

    Allows you to deserialize java objects to XML and lets you dynamically load classes/jars as needed

    Java
    View on GitHub↗15
  • josue87/gotatorJosue87 avatar

    Josue87/gotator

    525View on GitHub↗

    Gotator is a tool to generate DNS wordlists through permutations.

    Go
    View on GitHub↗525
  • ambionics/phpggcambionics avatar

    ambionics/phpggc

    3,832View on GitHub↗

    phpggc is a security assessment utility and command-line tool designed for the automated generation, obfuscation, and wrapping of serialized object chains. It functions as a gadget chain framework used to identify and verify remote code execution vectors by testing for PHP object injection vulnerabilities. The project provides a modular system for constructing complex serialized object sequences and includes a dedicated payload obfuscator to transform byte streams for bypassing web application firewalls and security filters. It also features a generator for wrapping serialized data into archi

    PHP
    View on GitHub↗3,832