awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • junegunn/fzfالصورة الرمزية لـ junegunn

    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/seclistsالصورة الرمزية لـ danielmiessler

    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/cyberchefالصورة الرمزية لـ gchq

    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-mobsfالصورة الرمزية لـ MobSF

    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/hurlالصورة الرمزية لـ Orange-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/wuzzالصورة الرمزية لـ asciimoo

    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/jsfuckالصورة الرمزية لـ aemkei

    aemkei/jsfuck

    8,596عرض على GitHub↗

    jsfuck is an esoteric programming language and JavaScript source obfuscator. It functions as a code encoder that transforms standard JavaScript source code into a functional equivalent composed of a minimal character set. The project restricts its source code to six specific characters to hide logic and bypass security filters that block standard alphanumeric characters. It achieves this by using type coercion to derive symbols and accessing internal language objects through prototype manipulation. The system enables arbitrary JavaScript execution by converting strings into executable functi

    Obfuscates JavaScript.

    JavaScript
    عرض على GitHub↗8,596
  • pemistahl/grexالصورة الرمزية لـ pemistahl

    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.netالصورة الرمزية لـ pwntester

    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-toolsالصورة الرمزية لـ gwen001

    gwen001/pentest-tools

    3,303عرض على GitHub↗

    A collection of custom security tools for quick needs.

    Custom pentesting scripts.

    Pythonauditbashbugbounty
    عرض على GitHub↗3,303
  • taviso/ctftoolالصورة الرمزية لـ taviso

    taviso/ctftool

    1,666عرض على GitHub↗

    Interactive CTF Exploration Tool

    Interactive tool for exploring CTF challenges.

    C
    عرض على GitHub↗1,666
  • tomnomnom/anewالصورة الرمزية لـ tomnomnom

    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/wordlistsالصورة الرمزية لـ assetnote

    assetnote/wordlists

    1,611عرض على GitHub↗

    Collection of security wordlists.

    CSSbruteforcebruteforce-wordlistcontent-discovery
    عرض على GitHub↗1,611
  • random-robbie/bruteforce-listsالصورة الرمزية لـ random-robbie

    random-robbie/bruteforce-lists

    1,419عرض على GitHub↗

    Some files for bruteforcing certain things.

    Wordlists for brute-forcing.

    bruteforcebruteforce-wordlistbugbounty
    عرض على GitHub↗1,419
  • m4ll0k/atlasالصورة الرمزية لـ m4ll0k

    m4ll0k/Atlas

    1,407عرض على GitHub↗

    Quick SQLMap Tamper Suggester

    SQLMap tamper suggester.

    Pythonhackinginjectionsql
    عرض على GitHub↗1,407
  • projectdiscovery/mapcidrالصورة الرمزية لـ projectdiscovery

    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/legitifyالصورة الرمزية لـ Legit-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/docemالصورة الرمزية لـ whitel1st

    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-helperالصورة الرمزية لـ aws-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/gadgetprobeالصورة الرمزية لـ BishopFox

    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