awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

42 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • junegunn/fzfAvatar de junegunn

    junegunn/fzf

    81,017Voir sur 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
    Voir sur GitHub↗81,017
  • danielmiessler/seclistsAvatar de danielmiessler

    danielmiessler/SecLists

    71,596Voir sur 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
    Voir sur GitHub↗71,596
  • gchq/cyberchefAvatar de gchq

    gchq/CyberChef

    35,120Voir sur 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
    Voir sur GitHub↗35,120
  • mobsf/mobile-security-framework-mobsfAvatar de MobSF

    MobSF/Mobile-Security-Framework-MobSF

    21,224Voir sur 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
    Voir sur GitHub↗21,224
  • orange-opensource/hurlAvatar de Orange-OpenSource

    Orange-OpenSource/hurl

    19,008Voir sur 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
    Voir sur GitHub↗19,008
  • asciimoo/wuzzAvatar de asciimoo

    asciimoo/wuzz

    10,711Voir sur 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
    Voir sur GitHub↗10,711
  • aemkei/jsfuckAvatar de aemkei

    aemkei/jsfuck

    8,596Voir sur GitHub↗

    jsfuck est un langage de programmation ésotérique et un obfuscateur de code source JavaScript. Il fonctionne comme un encodeur de code qui transforme le code source JavaScript standard en un équivalent fonctionnel composé d'un jeu de caractères minimal. Le projet restreint son code source à six caractères spécifiques pour masquer la logique et contourner les filtres de sécurité qui bloquent les caractères alphanumériques standard. Il y parvient en utilisant la coercition de type pour dériver des symboles et accéder aux objets internes du langage via la manipulation de prototypes. Le système permet l'exécution arbitraire de JavaScript en convertissant des chaînes en fonctions exécutables et en récupérant la portée globale via le contexte d'exécution. Il gère la logique complexe et les arguments de fonction en utilisant des wrappers de tableau et des appels de constructeur natifs.

    Obfuscates JavaScript.

    JavaScript
    Voir sur GitHub↗8,596
  • pemistahl/grexAvatar de pemistahl

    pemistahl/grex

    8,135Voir sur 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
    Voir sur GitHub↗8,135
  • pwntester/ysoserial.netAvatar de pwntester

    pwntester/ysoserial.net

    3,735Voir sur 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#
    Voir sur GitHub↗3,735
  • gwen001/pentest-toolsAvatar de gwen001

    gwen001/pentest-tools

    3,303Voir sur GitHub↗

    A collection of custom security tools for quick needs.

    Custom pentesting scripts.

    Pythonauditbashbugbounty
    Voir sur GitHub↗3,303
  • taviso/ctftoolAvatar de taviso

    taviso/ctftool

    1,666Voir sur GitHub↗

    Interactive CTF Exploration Tool

    Interactive tool for exploring CTF challenges.

    C
    Voir sur GitHub↗1,666
  • tomnomnom/anewAvatar de tomnomnom

    tomnomnom/anew

    1,641Voir sur GitHub↗

    A tool for adding new lines to files, skipping duplicates

    Adds new lines to files while skipping duplicates.

    Go
    Voir sur GitHub↗1,641
  • assetnote/wordlistsAvatar de assetnote

    assetnote/wordlists

    1,611Voir sur GitHub↗

    Collection of security wordlists.

    CSSbruteforcebruteforce-wordlistcontent-discovery
    Voir sur GitHub↗1,611
  • random-robbie/bruteforce-listsAvatar de random-robbie

    random-robbie/bruteforce-lists

    1,419Voir sur GitHub↗

    Some files for bruteforcing certain things.

    Wordlists for brute-forcing.

    bruteforcebruteforce-wordlistbugbounty
    Voir sur GitHub↗1,419
  • m4ll0k/atlasAvatar de m4ll0k

    m4ll0k/Atlas

    1,407Voir sur GitHub↗

    Quick SQLMap Tamper Suggester

    SQLMap tamper suggester.

    Pythonhackinginjectionsql
    Voir sur GitHub↗1,407
  • projectdiscovery/mapcidrAvatar de projectdiscovery

    projectdiscovery/mapcidr

    1,218Voir sur GitHub↗

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

    Utility for CIDR subnet operations.

    Go
    Voir sur GitHub↗1,218
  • legit-labs/legitifyAvatar de Legit-Labs

    Legit-Labs/legitify

    874Voir sur GitHub↗

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

    Detects and remediates misconfigurations across GitHub and GitLab.

    Gocidevopsdevsecops
    Voir sur GitHub↗874
  • whitel1st/docemAvatar de whitel1st

    whitel1st/docem

    683Voir sur 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
    Voir sur GitHub↗683
  • aws-samples/automated-security-helperAvatar de aws-samples

    aws-samples/automated-security-helper

    657Voir sur GitHub↗

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

    Unified interface for multiple security scanners.

    Python
    Voir sur GitHub↗657
  • bishopfox/gadgetprobeAvatar de BishopFox

    BishopFox/GadgetProbe

    616Voir sur 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
    Voir sur GitHub↗616
Préc.123Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Security Utilities