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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to 504ensicslabs/lime

Open-source alternatives to LiME

30 open-source projects similar to 504ensicslabs/lime, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best LiME alternative.

  • volatilityfoundation/volatilityvolatilityfoundation avatar

    volatilityfoundation/volatility

    7,971View on GitHub↗

    Volatility is a memory forensics framework and digital forensics tool designed to extract and analyze evidence from volatile computer memory dumps. It functions as a memory dump parser and analysis platform used to identify running processes, network connections, and loaded modules from a system RAM capture. The framework enables the reconstruction of system state to uncover malicious activity, such as rootkits and injected code, during malware incident response and threat hunting. It provides capabilities for digital forensic investigations to detect unauthorized access and indicators of com

    Pythonmalwarememorypython
    View on GitHub↗7,971
  • rurik/noribenRurik avatar

    Rurik/Noriben

    1,273View on GitHub↗

    Noriben - Portable, Simple, Malware Analysis Sandbox

    Python
    View on GitHub↗1,273
  • microsoft/avmlmicrosoft avatar

    microsoft/avml

    1,098View on GitHub↗

    AVML - Acquire Volatile Memory for Linux

    Rust
    View on GitHub↗1,098
  • google/grrgoogle avatar

    google/grr

    5,074View on GitHub↗

    GRR is a distributed incident response platform and asynchronous forensic task orchestrator. It functions as a remote forensics framework designed to collect and analyze volatile data, system memory, and digital artifacts from remote hosts during security incident response. The system operates as a remote endpoint triage system, utilizing a coordinated architecture to manage a fleet of agents. It enables the execution of investigative tasks across multiple systems, allowing for the search of files and registries across a large fleet of machines to identify compromised hosts. The platform pro

    Python
    View on GitHub↗5,074

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ufrisk/memprocfsufrisk avatar

    ufrisk/MemProcFS

    4,202View on GitHub↗

    MemProcFS is a volatile memory analysis tool and cross-platform memory acquisition system. It functions as a memory forensic virtual file system, mapping physical memory and kernel objects into a virtual directory structure that allows users to analyze system artifacts using standard file system tools. The project distinguishes itself by providing a virtual file system for memory forensics, enabling the browsing and querying of physical memory as read-only files and folders. It also incorporates a Yara-based memory scanner to identify malware signatures and injected code within physical memor

    C
    View on GitHub↗4,202
  • velocidex/velociraptorVelocidex avatar

    Velocidex/velociraptor

    3,769View on GitHub↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Godigital-forensicsendpoint-discoveryendpoint-protection
    View on GitHub↗3,769
  • volatilityfoundation/volatility3volatilityfoundation avatar

    volatilityfoundation/volatility3

    4,192View on GitHub↗

    Volatility3 is a memory forensics framework and analysis tool used to parse volatile memory dumps. It extracts digital artifacts and reconstructs the runtime state of a system to recover process information, network artifacts, and other forensic evidence. The system functions as a plugin-based forensic engine and an operating system symbol resolver. It maps raw memory addresses to known system structures using symbol tables and translation layers, and provides an extensible architecture for creating custom scanners and renderers. The framework includes a command-line memory explorer for real

    Python
    View on GitHub↗4,192
  • korcankaraokcu/pincekorcankaraokcu avatar

    korcankaraokcu/PINCE

    2,767View on GitHub↗

    PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and

    Pythonassemblercheat-enginedebugging-tool
    View on GitHub↗2,767
  • rizinorg/cutterrizinorg avatar

    rizinorg/cutter

    18,957View on GitHub↗

    Cutter is a binary analysis platform and graphical user interface for the Rizin reverse engineering framework. It provides an environment for analyzing the internal logic and data structures of compiled binaries through integrated disassembly and visualization. The platform supports a containerized deployment model to provide isolated environments for binary analysis, which is used to examine suspicious binaries without risking the host system. It is an extensible security tool that allows for the addition of custom analysis capabilities and visualizers via native plugins and scripts. The to

    C++
    View on GitHub↗18,957
  • hugsy/gefhugsy avatar

    hugsy/gef

    8,020View on GitHub↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Pythonbinary-ninjactfdebugging
    View on GitHub↗8,020
  • ufrisk/pcileechufrisk avatar

    ufrisk/pcileech

    7,738View on GitHub↗

    pcileech is a toolkit for executing DMA attacks, analyzing PCIe bus traffic, performing kernel patching, and conducting remote volatile memory forensics. It functions as a hardware memory acquisition tool and a PCIe DMA attack framework designed to read and write remote system memory via direct hardware interfaces. The project provides capabilities for capturing and displaying raw transaction layer packets from the PCIe bus and mounting live RAM as local drives for analysis. It enables the modification of system memory signatures and the execution of shellcode or implants within the kernel wi

    C
    View on GitHub↗7,738
  • hyperdbg/hyperdbgHyperDbg avatar

    HyperDbg/HyperDbg

    3,885View on GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Cbinary-analysisdebugdebugger
    View on GitHub↗3,885
  • chainguard-dev/malcontentchainguard-dev avatar

    chainguard-dev/malcontent

    668View on GitHub↗

    `bash # # `

    YARA
    View on GitHub↗668
  • burntsushi/ripgrepBurntSushi avatar

    BurntSushi/ripgrep

    65,112View on GitHub↗

    ripgrep is a command-line utility designed for searching through large file trees and source code repositories. It functions as a recursive text processor that traverses directories to locate and display matching patterns, serving as a high-performance alternative to traditional search tools. The tool distinguishes itself through a focus on execution speed and intelligent file handling. It utilizes a finite automata-based regular expression engine to ensure linear time complexity and employs hardware-level acceleration for literal byte sequence scanning. By integrating with version control sy

    Rustclicommand-linecommand-line-tool
    View on GitHub↗65,112
  • anssi-fr/adtimelineANSSI-FR avatar

    ANSSI-FR/ADTimeline

    525View on GitHub↗

    1. The ADTimeline PowerShell script 1. Description 2. Prerequisites 3. Usage 4. Files generated 5. Custom groups 2. The ADTimeline App for Splunk 1. Description 2. Sourcetypes 3. AD General information dashboards 4. AD threat hunting dashboards 5. Enhance your traditional event logs threat…

    PowerShell
    View on GitHub↗525
  • buffer/thugbuffer avatar

    buffer/thug

    1,034View on GitHub↗

    Python low-interaction honeyclient

    Pythonclient-honeypothoneyclientlow-interaction
    View on GitHub↗1,034
  • bsi-bund/rdpcachestitcherBSI-Bund avatar

    BSI-Bund/RdpCacheStitcher

    329View on GitHub↗

    RdpCacheStitcher is a tool that supports forensic analysts in reconstructing useful images out of RDP cache bitmaps. Using raw RDP cache tile bitmaps extracted by tools like e.g. ANSSI's BMC-Tools (https://github.com/ANSSI-FR/bmc-tools) as input, it provides a graphical user interface and…

    C++
    View on GitHub↗329
  • ankh2054/linux-pentestankh2054 avatar

    ankh2054/linux-pentest

    89View on GitHub↗

    Linux pentest tools

    Shell
    View on GitHub↗89
  • aim4r/voldiffaim4r avatar

    aim4r/VolDiff

    195View on GitHub↗

    VolDiff: Malware Memory Footprint Analysis based on Volatility

    Python
    View on GitHub↗195
  • dfir-orc/dfir-orc-configDFIR-ORC avatar

    DFIR-ORC/dfir-orc-config

    28View on GitHub↗

    To configure DFIR ORC, you need: configuration files in XML format, located in the "config" directory items to embed (especially DFIR-Orc binaries in 32 and 64 bits), stored in the "tools" directory

    PowerShell
    View on GitHub↗28
  • den4uk/andrillerden4uk avatar

    den4uk/andriller

    1,573View on GitHub↗

    📱 Andriller - is software utility with a collection of forensic tools for smartphones. It performs read-only, forensically sound, non-destructive acquisition from Android devices.

    Python
    View on GitHub↗1,573
  • botherder/androidqfbotherder avatar

    botherder/androidqf

    299View on GitHub↗

    androidqf (Android Quick Forensics) is a portable tool to simplify the acquisition of relevant forensic data from Android devices. It is the successor of Snoopdroid, re-written in Go and leveraging official adb binaries.

    Go
    View on GitHub↗299
  • dfirkuiper/kuiperDFIRKuiper avatar

    DFIRKuiper/Kuiper

    893View on GitHub↗

    Digital Forensics Investigation Platform

    JavaScript
    View on GitHub↗893
  • diego-treitos/linux-smart-enumerationdiego-treitos avatar

    diego-treitos/linux-smart-enumeration

    3,932View on GitHub↗

    This project is a comprehensive toolkit for Linux security auditing and system enumeration. It functions as a framework for identifying configuration weaknesses, gathering system information, and detecting vulnerabilities to assist in gaining higher administrative access levels on Linux systems. The toolkit includes specialized capabilities for version-based vulnerability scanning, which matches installed software against known affected releases, and time-window process monitoring to track recurring system patterns and periodic tasks. It also provides infrastructure for hosting and delivering

    Shellctfshackinghackthebox
    View on GitHub↗3,932
  • diogo-fernan/ir-rescuediogo-fernan avatar

    diogo-fernan/ir-rescue

    489View on GitHub↗

    A Windows Batch script and a Unix Bash script to comprehensively collect host forensic data during incident response.

    Batchfile
    View on GitHub↗489
  • docker-forensics-toolkit/toolkitdocker-forensics-toolkit avatar

    docker-forensics-toolkit/toolkit

    112View on GitHub↗

    A toolkit for the post-mortem examination of Docker containers from forensic HDD copies

    Python
    View on GitHub↗112
  • dogoncouch/logdissectdogoncouch avatar

    dogoncouch/logdissect

    160View on GitHub↗

    CLI utility and Python module for analyzing log files and other data.

    Python
    View on GitHub↗160
  • ericzimmerman/kapefilesEricZimmerman avatar

    EricZimmerman/KapeFiles

    850View on GitHub↗

    KAPE Files

    View on GitHub↗850
  • eronnen/procmon-parsereronnen avatar

    eronnen/procmon-parser

    165View on GitHub↗

    Procmon (https://docs.microsoft.com/en-us/sysinternals/downloads/procmon) is a very powerful monitoring tool for Windows, capable of capturing file system, registry, process/thread and network activity.

    Python
    View on GitHub↗165
  • debugprivilege/openprojectD

    DebugPrivilege/OpenProject

    0View on GitHub↗

    OpenProject is a guide on using open-source tools for Incident Response (IR). This repo shares workflows, tool setups, and practical steps for detecting, analyzing, and handling security incidents. It’s made for security pros and anyone interested in building an effective IR toolkit using free…

    View on GitHub↗0