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

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

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

10 个仓库

Awesome GitHub RepositoriesVolatile Memory Processing

Security practices for handling sensitive data exclusively in memory to prevent persistent storage.

Distinguishing note: Focuses on memory-only handling of credentials rather than general memory management.

Explore 10 awesome GitHub repositories matching security & cryptography · Volatile Memory Processing. Refine with filters or upvote what's useful.

Awesome Volatile Memory Processing GitHub Repositories

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

    trufflesecurity/trufflehog

    24,630在 GitHub 上查看↗

    Trufflehog is a security tool designed to continuously monitor code repositories and cloud environments to detect, verify, and remediate exposed sensitive credentials and API keys. It functions as a comprehensive secret scanning engine that integrates directly into deployment pipelines and version control systems to intercept sensitive data before it is committed or pushed. By utilizing read-only operations and volatile memory processing, the system ensures that discovered credentials are never stored persistently, maintaining strict data privacy throughout the scanning lifecycle. The platfor

    Keeps sensitive credentials exclusively in short-lived memory and clears them immediately after verification to prevent persistent storage.

    Gocredentialsdevsecopsdynamic-analysis
    在 GitHub 上查看↗24,630
  • peass-ng/peass-ngpeass-ng 的头像

    peass-ng/PEASS-ng

    19,337在 GitHub 上查看↗

    PEASS-ng is an automated penetration testing framework designed to identify privilege escalation vectors on local systems. It functions as a security assessment utility that scans environments for misconfigurations, sensitive files, and insecure permissions to uncover paths for unauthorized privilege elevation. The project distinguishes itself through a modular script-based enumeration engine that adapts to the target environment. It utilizes environment-aware capability detection and cross-platform shell abstraction to normalize data collection across diverse operating systems, while operati

    Operates primarily within volatile memory to avoid leaving permanent traces on the target system.

    C#bashbatchbatch-script
    在 GitHub 上查看↗19,337
  • bitwarden/serverbitwarden 的头像

    bitwarden/server

    18,074在 GitHub 上查看↗

    This project provides a comprehensive, self-hosted platform for zero-knowledge credential management and enterprise secrets orchestration. It functions as a secure vault that ensures all encryption and decryption processes occur exclusively on the client side, preventing the server from ever accessing plaintext data. By combining identity federation with robust access controls, the system enables organizations to centralize the management of passwords, passkeys, and sensitive infrastructure credentials. The platform distinguishes itself through its focus on both human-centric security and aut

    Keeps decrypted information exclusively in volatile memory during active sessions to prevent persistent storage exposure.

    C#apiaspnetaspnetcore
    在 GitHub 上查看↗18,074
  • bitwarden/clientsbitwarden 的头像

    bitwarden/clients

    13,114在 GitHub 上查看↗

    This project is a comprehensive zero-knowledge security suite designed for enterprise credential management, secrets orchestration, and password management. It provides a secure, end-to-end encrypted vault that allows users to store, synchronize, and manage sensitive information, including passwords, passkeys, and infrastructure secrets, across desktop, mobile, and browser environments. The platform distinguishes itself through a strict zero-knowledge architecture where all encryption and decryption occur locally on the client, ensuring that plaintext data remains inaccessible to the server.

    Keeps decrypted vault contents exclusively in volatile system memory to prevent sensitive data from being written to disk.

    TypeScriptangularbitwardenbrowser-extension
    在 GitHub 上查看↗13,114
  • powershellmafia/powersploitPowerShellMafia 的头像

    PowerShellMafia/PowerSploit

    12,880在 GitHub 上查看↗

    PowerSploit is a collection of PowerShell modules designed for security assessment, penetration testing, and red team operations. It provides a framework for auditing Windows system configurations and evaluating the effectiveness of security defenses within an enterprise environment. The framework focuses on techniques that leverage native system administration tools and scripting environments to perform operations. It includes capabilities for executing arbitrary commands, escalating user privileges, and maintaining system persistence through event subscriptions. By utilizing in-memory execu

    Executes malicious payloads entirely within volatile memory to minimize forensic footprints on storage.

    PowerShell
    在 GitHub 上查看↗12,880
  • bishopfox/sliverBishopFox 的头像

    BishopFox/sliver

    10,707在 GitHub 上查看↗

    Sliver is a command and control framework designed for adversary emulation and security assessment operations. It provides a centralized platform for managing remote systems, enabling security professionals to coordinate multi-operator sessions and maintain persistent, secure communication channels across diverse network environments. The framework distinguishes itself through its focus on stealth and infrastructure flexibility. It utilizes dynamic payload obfuscation to generate unique binaries and supports in-memory execution to minimize disk artifacts. Communication is secured through mutu

    Supports in-memory execution of payloads to minimize disk artifacts and evade forensic detection.

    Goadversarial-attacksadversary-simulationc2
    在 GitHub 上查看↗10,707
  • samratashok/nishangsamratashok 的头像

    samratashok/nishang

    9,951在 GitHub 上查看↗

    Nishang is a PowerShell-based offensive security framework designed for red teaming and penetration testing on Windows targets. It functions as a post-exploitation toolkit and payload generator to automate attacks and manage remote targets. The project provides specialized capabilities for bypassing security controls, such as disabling the Antimalware Scan Interface and employing in-memory execution to avoid disk-based detection. It includes a variety of stealthy command and control mechanisms, utilizing non-standard channels like DNS TXT records, ICMP traffic, and webmail for communication a

    Executes scripts or shellcode exclusively in volatile memory to minimize the forensic footprint on disk.

    PowerShellactivedirectoryhackinginfosec
    在 GitHub 上查看↗9,951
  • hephaest0s/usbkillhephaest0s 的头像

    hephaest0s/usbkill

    4,570在 GitHub 上查看↗

    usbkill is a physical access defense tool and system monitor that triggers immediate power-off or shutdown sequences when unauthorized USB device changes are detected. It functions as a USB device shutdown trigger and volatile memory wiper designed to prevent forensic data recovery by automating system termination upon hardware tampering. The tool includes a USB device whitelist manager that ignores trusted hardware to prevent accidental shutdowns during legitimate device usage. It provides anti-forensic data protection by executing destructive commands to erase RAM and swap space before the

    Wipes RAM and swap space with random data to prevent forensic data recovery before power-off.

    Python
    在 GitHub 上查看↗4,570
  • mollyim/mollyim-androidmollyim 的头像

    mollyim/mollyim-android

    3,079在 GitHub 上查看↗

    Molly is a privacy-focused Android messenger and a client for the Matrix open standard. It functions as a decentralized, end-to-end encrypted communication tool that allows users to interact across federated networks without a central authority. The application implements several security-centric features, including binary integrity verification to ensure the authenticity of the installed build and RAM-overwrite memory sanitization to prevent sensitive data leakage. It provides local database encryption secured by user-defined passphrases and supports routing network traffic through proxies o

    Overwrites sensitive credentials and keys in RAM immediately after use to prevent forensic recovery.

    Kotlin
    在 GitHub 上查看↗3,079
  • oddcod3/phantom-evasionoddcod3 的头像

    oddcod3/Phantom-Evasion

    1,449在 GitHub 上查看↗

    Phantom-Evasion is a security research framework designed for generating obfuscated payloads and automating post-exploitation tasks during authorized security assessments. It provides a suite of utilities for creating custom executables and libraries intended to test the effectiveness of antivirus and endpoint security detection systems. The framework distinguishes itself through a focus on memory-resident operations, allowing for the execution of encrypted binaries and shellcode directly within system memory. By utilizing techniques such as junk code injection, payload encryption, and remote

    Provides a framework for fetching and loading encrypted binaries directly into system memory to avoid writing files to the local disk.

    Pythonantivirusapkinjectiondynamic-analysis
    在 GitHub 上查看↗1,449
  1. Home
  2. Security & Cryptography
  3. Volatile Memory Processing

探索子标签

  • Memory-Only ExecutionSecurity tools that operate exclusively in volatile memory to minimize forensic footprints. **Distinct from Volatile Memory Processing:** Distinct from Volatile Memory Processing: focuses on the execution model of the tool itself rather than general data handling practices.
  • Volatile Memory Overwriting1 个子标签Destructive overwriting of RAM and swap space to prevent forensic recovery. **Distinct from Volatile Memory Processing:** Distinct from Volatile Memory Processing by focusing on the destructive erasure of data rather than secure handling during runtime.