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

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

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

42 个仓库

Awesome GitHub RepositoriesSecurity Utilities

Libraries and tools for implementing encryption and data protection.

Explore 42 awesome GitHub repositories matching part of an awesome list · Security Utilities. Refine with filters or upvote what's useful.

Awesome Security Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • junegunn/fzfjunegunn 的头像

    junegunn/fzf

    81,017在 GitHub 上查看↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

    Command-line fuzzy finder.

    Gobashclifish
    在 GitHub 上查看↗81,017
  • 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

    Comprehensive collection of security wordlists.

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

    Swiss army knife for encryption and encoding.

    JavaScriptcompressiondata-analysisdata-manipulation
    在 GitHub 上查看↗35,120
  • mobsf/mobile-security-framework-mobsfMobSF 的头像

    MobSF/Mobile-Security-Framework-MobSF

    21,224在 GitHub 上查看↗

    Mobile Security Framework is an automated security testing platform designed for the analysis of Android, iOS, and Windows mobile application binaries. It functions as a comprehensive suite for identifying security vulnerabilities, privacy risks, and malicious code within mobile software packages. The framework distinguishes itself by combining static and dynamic analysis techniques to evaluate application behavior. It performs static inspection of source code and binaries to detect insecure patterns, while simultaneously utilizing dynamic instrumentation and containerized sandboxing to monit

    Framework for mobile application SAST, DAST, and pentesting.

    JavaScriptandroid-securityapi-testingapk
    在 GitHub 上查看↗21,224
  • orange-opensource/hurlOrange-OpenSource 的头像

    Orange-OpenSource/hurl

    19,008在 GitHub 上查看↗

    Hurl is a command line HTTP testing tool and REST API test runner that uses a declarative, plain-text format to specify HTTP requests and responses. It functions as a client for continuous integration pipelines, allowing users to describe request sequences without a full programming language. The tool distinguishes itself by sequencing HTTP calls and verifying responses through matchers and variable capture. It maintains a stateful variable store, enabling data extracted from one response to influence subsequent requests within a workflow. The system covers API integration testing and REST w

    Runs and tests HTTP requests.

    Rustapi-testingclicurl
    在 GitHub 上查看↗19,008
  • asciimoo/wuzzasciimoo 的头像

    asciimoo/wuzz

    10,711在 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

    Interactive CLI for HTTP inspection.

    Goclicurlgo
    在 GitHub 上查看↗10,711
  • aemkei/jsfuckaemkei 的头像

    aemkei/jsfuck

    8,596在 GitHub 上查看↗

    jsfuck 是一种深奥的编程语言和 JavaScript 源代码混淆器。它作为一个代码编码器,将标准 JavaScript 源代码转换为由最小字符集组成的等效功能代码。 该项目将其源代码限制为六个特定字符,以隐藏逻辑并绕过阻止标准字母数字字符的安全过滤器。它通过使用类型强制转换来派生符号,并通过原型操作访问内部语言对象来实现这一点。 该系统通过将字符串转换为可执行函数并通过执行上下文检索全局作用域,实现了任意 JavaScript 执行。它利用数组包装器和原生构造函数调用来管理复杂的逻辑和函数参数。

    Obfuscates JavaScript.

    JavaScript
    在 GitHub 上查看↗8,596
  • pemistahl/grexpemistahl 的头像

    pemistahl/grex

    8,135在 GitHub 上查看↗

    Grex is a regular expression generator and Rust pattern library that synthesizes a single regular expression from a set of provided text test cases. It functions as a command-line tool and a library, utilizing a Rust-based engine to analyze commonalities across input strings to create matching patterns. The project distinguishes itself through Unicode-aware grapheme processing, ensuring consistent matching across diverse character sets and non-ASCII text. It also provides Python bindings to make its core Rust logic available within Python environments. The system covers pattern generalizatio

    Generates regex from test cases.

    Rustclicommand-line-toolpython
    在 GitHub 上查看↗8,135
  • pwntester/ysoserial.netpwntester 的头像

    pwntester/ysoserial.net

    3,735在 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

    Deserialization payload generator for .NET.

    C#
    在 GitHub 上查看↗3,735
  • gwen001/pentest-toolsgwen001 的头像

    gwen001/pentest-tools

    3,303在 GitHub 上查看↗

    A collection of custom security tools for quick needs.

    Custom pentesting scripts.

    Pythonauditbashbugbounty
    在 GitHub 上查看↗3,303
  • taviso/ctftooltaviso 的头像

    taviso/ctftool

    1,666在 GitHub 上查看↗

    Interactive CTF Exploration Tool

    Interactive tool for exploring CTF challenges.

    C
    在 GitHub 上查看↗1,666
  • tomnomnom/anewtomnomnom 的头像

    tomnomnom/anew

    1,641在 GitHub 上查看↗

    A tool for adding new lines to files, skipping duplicates

    Adds new lines to files while skipping duplicates.

    Go
    在 GitHub 上查看↗1,641
  • assetnote/wordlistsassetnote 的头像

    assetnote/wordlists

    1,611在 GitHub 上查看↗

    Collection of security wordlists.

    CSSbruteforcebruteforce-wordlistcontent-discovery
    在 GitHub 上查看↗1,611
  • random-robbie/bruteforce-listsrandom-robbie 的头像

    random-robbie/bruteforce-lists

    1,419在 GitHub 上查看↗

    Some files for bruteforcing certain things.

    Wordlists for brute-forcing.

    bruteforcebruteforce-wordlistbugbounty
    在 GitHub 上查看↗1,419
  • m4ll0k/atlasm4ll0k 的头像

    m4ll0k/Atlas

    1,407在 GitHub 上查看↗

    Quick SQLMap Tamper Suggester

    SQLMap tamper suggester.

    Pythonhackinginjectionsql
    在 GitHub 上查看↗1,407
  • projectdiscovery/mapcidrprojectdiscovery 的头像

    projectdiscovery/mapcidr

    1,218在 GitHub 上查看↗

    Utility program to perform multiple operations for a given subnet/CIDR ranges.

    Utility for CIDR subnet operations.

    Go
    在 GitHub 上查看↗1,218
  • legit-labs/legitifyLegit-Labs 的头像

    Legit-Labs/legitify

    874在 GitHub 上查看↗

    Detect and remediate misconfigurations and security risks across all your GitHub and GitLab assets

    Detects and remediates misconfigurations across GitHub and GitLab.

    Gocidevopsdevsecops
    在 GitHub 上查看↗874
  • whitel1st/docemwhitel1st 的头像

    whitel1st/docem

    683在 GitHub 上查看↗

    A tool to embed XXE and XSS payloads in docx, odt, pptx, xlsx files (oxml_xxe on steroids)

    Embeds XXE and XSS payloads in documents.

    Python
    在 GitHub 上查看↗683
  • aws-samples/automated-security-helperaws-samples 的头像

    aws-samples/automated-security-helper

    657在 GitHub 上查看↗

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

    Unified interface for multiple security scanners.

    Python
    在 GitHub 上查看↗657
  • bishopfox/gadgetprobeBishopFox 的头像

    BishopFox/GadgetProbe

    616在 GitHub 上查看↗

    Probe endpoints consuming Java serialized objects to identify classes, libraries, and library versions on remote Java classpaths.

    Probes Java endpoints for serialized objects.

    Java
    在 GitHub 上查看↗616
上一个123下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Security Utilities