awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to kishanbagaria/padding-oracle-attacker

Open-source alternatives to Padding Oracle Attacker

30 open-source projects similar to kishanbagaria/padding-oracle-attacker, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Padding Oracle Attacker alternative.

  • ultimatehackers/xsstrikeUltimateHackers 的头像

    UltimateHackers/XSStrike

    15,027在 GitHub 上查看↗

    XSStrike is a security tool designed to detect cross-site scripting vulnerabilities through parameter fuzzing and web response analysis. It functions as a web application fuzzer and vulnerability scanner that identifies injection points and security flaws. The project includes a specialized utility for detecting blind XSS, where payloads execute asynchronously or on separate pages. It also features a JavaScript library auditor to identify outdated libraries with known vulnerabilities and a dedicated tool for identifying and bypassing web application firewalls using various evasion techniques.

    Python
    在 GitHub 上查看↗15,027
  • epi052/feroxbusterepi052 的头像

    epi052/feroxbuster

    7,522在 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
    在 GitHub 上查看↗7,522
  • zaproxy/zaproxyzaproxy 的头像

    zaproxy/zaproxy

    15,293在 GitHub 上查看↗

    OWASP ZAP is a dynamic application security testing tool and intercepting HTTP proxy used to find vulnerabilities in web applications. It functions as a penetration testing framework that enables both automated security scanning and manual security testing of running web services. The tool provides a suite of capabilities for analyzing web applications from the outside in, including the ability to capture and modify traffic between a browser and a target application. It is designed to integrate into DevSecOps pipelines to provide consistent security checks across different environments.

    Java
    在 GitHub 上查看↗15,293

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • certcc/keyfinderC

    CERTCC/keyfinder

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ciphey/cipheyciphey 的头像

    ciphey/ciphey

    21,453在 GitHub 上查看↗

    Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse encryptions, encodings, and hashes without requiring a known key or cipher. It functions as a hash cracking engine and a heuristic cipher identifier to recover original plaintext from unknown data patterns. The project features a nested encoding resolver that iteratively unwraps multiple layers of encryption and encoding until readable text is reached. It employs a heuristic cryptanalysis workflow to analyze data characteristics and guess the likely encoding scheme or encryption method

    Rust
    在 GitHub 上查看↗21,453
  • codingo/vhostscancodingo 的头像

    codingo/VHostScan

    1,299在 GitHub 上查看↗

    A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.

    Pythonbugbountyctf-toolsdiscovery-service
    在 GitHub 上查看↗1,299
  • danielmiessler/seclistsdanielmiessler 的头像

    danielmiessler/SecLists

    71,596在 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
    在 GitHub 上查看↗71,596
  • demonslay335/cryptotesterD

    Demonslay335/CryptoTester

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • denismaggior8/enigma-python-mcpdenismaggior8 的头像

    denismaggior8/enigma-python-mcp

    4在 GitHub 上查看↗

    An MCP (Model Context Protocol) server that brings the capabilities of the enigmapython library to LLMs, allowing them to encrypt and decrypt messages using historically accurate Enigma machine emulators

    Pythoncryptographyenigmapythonhistorical-ciphers
    在 GitHub 上查看↗4
  • eush77/projects-solutionsE

    eush77/Projects-Solutions

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ffuf/ffufffuf 的头像

    ffuf/ffuf

    15,618在 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
    在 GitHub 上查看↗15,618
  • ganapati/rsactftoolGanapati 的头像

    Ganapati/RsaCtfTool

    6,977在 GitHub 上查看↗

    RsaCtfTool is a specialized cryptography suite designed for solving capture-the-flag challenges. It serves as a cryptanalysis and key recovery tool used to derive private keys and decrypt data from weak RSA public key implementations. The tool functions as an integer factorization toolkit, employing a variety of mathematical attacks and algorithms to decompose large composite numbers into their prime factors. It integrates with external prime number databases to accelerate the factorization process and identifies specific mathematical vulnerabilities in key generation. Its capabilities cover

    Python
    在 GitHub 上查看↗6,977
  • guardicore/monkeyguardicore 的头像

    guardicore/monkey

    7,014在 GitHub 上查看↗

    Monkey is an adversary emulation platform and breach and attack simulation tool designed to test network defenses through automated lateral movement and exploit delivery. It functions as a network security testing system that evaluates security posture by attempting to propagate through vulnerabilities and extract sensitive system credentials. The platform distinguishes itself by simulating specific real-world attacker behaviors, such as ransomware encryption, cryptojacking, and the theft of browser-stored credentials and secure shell keys. It utilizes binary hash randomization to evade antiv

    Python
    在 GitHub 上查看↗7,014
  • hellman/xortoolhellman 的头像

    hellman/xortool

    1,483在 GitHub 上查看↗

    A tool to analyze multi-byte xor cipher

    Python
    在 GitHub 上查看↗1,483
  • hightechsec/git-scannerHightechSec 的头像

    HightechSec/git-scanner

    382在 GitHub 上查看↗

    A tool for bug hunting or pentesting for targeting websites that have open .git repositories available in public

    Shell
    在 GitHub 上查看↗382
  • ius/rsatoolius 的头像

    ius/rsatool

    1,617在 GitHub 上查看↗

    rsatool can be used to calculate RSA and RSA-CRT parameters

    Python
    在 GitHub 上查看↗1,617
  • ivanbg2004/0bl1v10n-cve-2024-25600-bricks-builder-plugin-for-wordpressI

    ivanbg2004/0BL1V10N-CVE-2024-25600-Bricks-Builder-plugin-for-WordPress

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jkdevarg/dont-leak-my-fileJkDevArg 的头像

    JkDevArg/dont-leak-my-file

    0在 GitHub 上查看↗

    Aplicación de protección contra filtraciones de documentos desarrollada en Python. Utiliza watermarks cifrados con AES-256 y seguimiento en base de datos para detectar posibles filtraciones. ¡Protege tu propiedad intelectual con tecnología avanzada! 🛡️

    Python
    在 GitHub 上查看↗0
  • jkdevarg/skycriptJkDevArg 的头像

    JkDevArg/skycript

    0在 GitHub 上查看↗
    Python
    在 GitHub 上查看↗0
  • lanmaster53/recon-nglanmaster53 的头像

    lanmaster53/recon-ng

    5,698在 GitHub 上查看↗

    recon-ng is an open source intelligence reconnaissance framework designed to automate the collection and aggregation of public information. It is a modular intelligence tool that utilizes a system of pluggable modules to harvest target data, resolve DNS queries, and parse web content. The framework is built as an API-driven tool with a programmatic interface to integrate with other security workflows. It is provided as a containerized application, using Docker to ensure a consistent environment for running reconnaissance tasks and managing a persistent data store. Its capabilities cover exte

    Python
    在 GitHub 上查看↗5,698
  • laszlopere/mcp-bytesmithlaszlopere 的头像

    laszlopere/mcp-bytesmith

    0在 GitHub 上查看↗

    Pure-Python MCP server for encoding, hashing, and crypto-primitives — computed for real, locally.

    Pythonaibase64claude
    在 GitHub 上查看↗0
  • lirantal/is-website-vulnerablelirantal 的头像

    lirantal/is-website-vulnerable

    2,029在 GitHub 上查看↗

    finds publicly known security vulnerabilities in a website's frontend JavaScript libraries

    JavaScript
    在 GitHub 上查看↗2,029
  • mandliya/short-fun-projectsM

    mandliya/short-fun-projects

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • marcinguy/scanmycode-ceM

    marcinguy/scanmycode-ce

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • mpgn/beast-pocM

    mpgn/BEAST-PoC

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • mpgn/padding-oracle-attackM

    mpgn/Padding-oracle-attack

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • mpgn/poodle-pocM

    mpgn/poodle-PoC

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • mxrch/evilizeM

    mxrch/evilize

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • nccgroup/featherdusternccgroup 的头像

    nccgroup/featherduster

    1,132在 GitHub 上查看↗

    An automated, modular cryptanalysis tool; i.e., a Weapon of Math Destruction

    Python
    在 GitHub 上查看↗1,132
  • nil0x42/phpsploitnil0x42 的头像

    nil0x42/phpsploit

    2,475在 GitHub 上查看↗

    Full-featured C2 framework which silently persists on webserver with a single-line PHP backdoor

    Pythonadvanced-persistent-threatbackdoorblackhat
    在 GitHub 上查看↗2,475