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

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

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

Open-source alternatives to Secure

20 open-source projects similar to typeerror/secure, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Secure alternative.

  • commixproject/commixcommixproject 的头像

    commixproject/commix

    5,757在 GitHub 上查看↗

    Commix is an automated tool for detecting and exploiting OS command injection vulnerabilities in web applications. It probes user-supplied input vectors with heuristic test payloads, analyzes response differences to identify injection points, and then automates the execution of arbitrary operating system commands on the target server. The tool distinguishes itself through a multi-layer filter bypass engine that evaluates input constraints independently per filter type and composes tailored evasion strategies into a single payload. A modular payload tamper pipeline transforms raw injection str

    Python
    在 GitHub 上查看↗5,757
  • dewalt-arch/pimpmykaliDewalt-arch 的头像

    Dewalt-arch/pimpmykali

    2,420在 GitHub 上查看↗

    Kali Linux Fixes for Newly Imported VM's

    Shell
    在 GitHub 上查看↗2,420
  • evyatarmeged/raccoonevyatarmeged 的头像

    evyatarmeged/Raccoon

    3,571在 GitHub 上查看↗

    A high performance offensive security tool for reconnaissance and vulnerability scanning

    Python
    在 GitHub 上查看↗3,571
  • gchq/cyberchefgchq 的头像

    gchq/CyberChef

    35,120在 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
    在 GitHub 上查看↗35,120

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • hashcat/hashcathashcat 的头像

    hashcat/hashcat

    26,200在 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
    在 GitHub 上查看↗26,200
  • hmaverickadams/breach-parsehmaverickadams 的头像

    hmaverickadams/breach-parse

    2,128在 GitHub 上查看↗

    A tool for parsing breached passwords

    Shell
    在 GitHub 上查看↗2,128
  • laramies/theharvesterlaramies 的头像

    laramies/theHarvester

    15,687在 GitHub 上查看↗

    theHarvester is a command-line utility designed for gathering open-source intelligence and mapping an organization's external attack surface. It functions as a security information gathering framework that automates the collection of publicly available data to assist in reconnaissance and threat analysis. The tool utilizes a plugin-based architecture to execute isolated queries against various search engines and public databases. It employs asynchronous task execution to run multiple discovery operations in parallel, while a centralized pipeline aggregates and deduplicates findings from these

    Pythonblueteamdiscoveryemails
    在 GitHub 上查看↗15,687
  • maxcountryman/flask-seasurfmaxcountryman 的头像

    maxcountryman/flask-seasurf

    195在 GitHub 上查看↗

    SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).

    Python
    在 GitHub 上查看↗195
  • mishoo/uglifyjsmishoo 的头像

    mishoo/UglifyJS

    13,392在 GitHub 上查看↗

    UglifyJS is a tool for JavaScript code minification, AST manipulation, and source beautification. Its primary purpose is to reduce the file size of JavaScript source code by removing whitespace and shortening variable names to optimize frontend build assets. The project differentiates itself through its ability to programmatically analyze and transform code using abstract syntax trees. It performs constant folding analysis and conditional compilation to eliminate unreachable or redundant code, and it employs a multi-pass compression pipeline to maximize total file size reduction. The tool pr

    JavaScript
    在 GitHub 上查看↗13,392
  • projectdiscovery/interactshprojectdiscovery 的头像

    projectdiscovery/interactsh

    4,380在 GitHub 上查看↗

    Interactsh is an out-of-band security testing framework and interaction server designed to detect vulnerabilities such as server side request forgery and blind injections. It functions as a multi-protocol interaction collector that captures DNS, HTTP, and SMTP requests to verify outbound communication from remote applications. The project provides a self-hosted interaction gateway for managing unique payloads and gathering network interactions across multiple domains. It distinguishes itself through the ability to simulate various network protocols and response behaviors, including the routin

    Go
    在 GitHub 上查看↗4,380
  • projectdiscovery/notifyprojectdiscovery 的头像

    projectdiscovery/notify

    1,577在 GitHub 上查看↗

    Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

    Go
    在 GitHub 上查看↗1,577
  • rapid7/metasploit-frameworkrapid7 的头像

    rapid7/metasploit-framework

    38,415在 GitHub 上查看↗

    The framework is a comprehensive penetration testing platform designed for the development, testing, and execution of security exploits. It serves as a research toolkit and automated assessment environment, enabling security professionals to identify and validate vulnerabilities within networked systems and infrastructure through repeatable, standardized procedures. The platform distinguishes itself through a modular architecture that supports reflective payload injection, allowing for the execution of code directly in memory without writing to disk. It utilizes an asynchronous event loop to

    Rubyhacktoberfest
    在 GitHub 上查看↗38,415
  • red-coracle/flask-argon2red-coracle 的头像

    red-coracle/flask-argon2

    19在 GitHub 上查看↗

    A Flask extension providing Argon2 hashing and comparison.

    Python
    在 GitHub 上查看↗19
  • s0md3v/uros0md3v 的头像

    s0md3v/uro

    1,561在 GitHub 上查看↗

    declutters url lists for crawling/pentesting

    Python
    在 GitHub 上查看↗1,561
  • sqlmapproject/sqlmapsqlmapproject 的头像

    sqlmapproject/sqlmap

    37,676在 GitHub 上查看↗

    This project is an automated security testing suite designed to detect and exploit database vulnerabilities. It functions as a command-line utility that streamlines the identification, verification, and exploitation of web application flaws by automating the injection of malicious payloads into input parameters. The tool provides a comprehensive framework for database enumeration, allowing users to extract schema information, user data, and system configurations from identified injection points. What distinguishes this tool is its sophisticated engine for dynamic payload adaptation and heuris

    Pythondatabasedetectionexploitation
    在 GitHub 上查看↗37,676
  • tomnomnom/anewtomnomnom 的头像

    tomnomnom/anew

    1,641在 GitHub 上查看↗

    A tool for adding new lines to files, skipping duplicates

    Go
    在 GitHub 上查看↗1,641
  • tomnomnom/gftomnomnom 的头像

    tomnomnom/gf

    2,116在 GitHub 上查看↗

    A wrapper around grep, to help you grep for things

    Go
    在 GitHub 上查看↗2,116
  • tomnomnom/qsreplacetomnomnom 的头像

    tomnomnom/qsreplace

    878在 GitHub 上查看↗

    Accept URLs on stdin, replace all query string values with a user-supplied value

    Go
    在 GitHub 上查看↗878
  • tomnomnom/unfurltomnomnom 的头像

    tomnomnom/unfurl

    1,321在 GitHub 上查看↗

    Pull out bits of URLs provided on stdin

    Go
    在 GitHub 上查看↗1,321
  • wntrblm/flask-talismanwntrblm 的头像

    wntrblm/flask-talisman

    87在 GitHub 上查看↗

    Talisman: HTTP security headers for Flask

    Python
    在 GitHub 上查看↗87