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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to kevoreilly/capev2

Projects sharing features with CAPEv2

30 open-source projects similar to kevoreilly/capev2, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • nationalsecurityagency/ghidraNationalSecurityAgency avatar

    NationalSecurityAgency/ghidra

    69,740View on GitHub↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across diverse hardware architectures. The framework supports automated binary analysis through programmatic routines, enabling the investigation of complex code patterns and security indicators. The platform distinguishes itself through a modular architecture that allows for extensiv

    Javadisassemblerreverse-engineeringsoftware-analysis
    View on GitHub↗69,740
  • stamparm/maltrailstamparm avatar

    stamparm/maltrail

    8,498View on GitHub↗

    Maltrail is a malicious traffic detection system used for network intrusion detection. It consists of a network intrusion sensor for monitoring interfaces, a threat intelligence aggregator for syncing blacklists, and a detection engine that identifies security threats through signature matching and heuristic attack patterns. The system distinguishes itself through a distributed sensor architecture that collects traffic data from multiple remote probes and forwards events to a central analysis server. It employs heuristic behavioral analysis to identify unknown threats, such as port scanning o

    Pythonattack-detectionintrusion-detectionmalware
    View on GitHub↗8,498
  • radareorg/radare2radareorg avatar

    radareorg/radare2

    23,120View on GitHub↗

    Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a command-line environment designed for disassembling, debugging, and patching binary executables across a wide range of processor architectures and operating systems. The system distinguishes itself through a modular, plugin-based architecture that supports cross-platform analysis and automated workflows. It utilizes memory-mapped file access to enable efficient structural inspection and modification of binaries without requiring full file loads. By lifting machine instructions into a un

    Cbinary-analysisccommandline
    View on GitHub↗23,120

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
  • korelogicsecurity/mastiffKoreLogicSecurity avatar

    KoreLogicSecurity/mastiff

    185View on GitHub↗

    Malware static analysis framework

    Python
    View on GitHub↗185
  • viper-framework/viperviper-framework avatar

    viper-framework/viper

    1,563View on GitHub↗

    Binary analysis and management framework

    Python
    View on GitHub↗1,563
  • malwaredllc/byobmalwaredllc avatar

    malwaredllc/byob

    9,478View on GitHub↗

    This project is a post-exploitation framework and command and control platform designed for security research and penetration testing. It functions as a remote access tool consisting of a central command server and encrypted executable payloads that establish reverse shell connections. The system utilizes a web-based dashboard for multi-client administration, allowing for remote host monitoring and direct shell access through an in-browser terminal. It generates cross-platform, encrypted binaries that employ a multi-stage delivery chain and a key exchange mechanism to secure communications.

    Python
    View on GitHub↗9,478
  • maliceio/malicemaliceio avatar

    maliceio/malice

    1,861View on GitHub↗

    VirusTotal Wanna Be - Now with 100% more Hipster

    Go
    View on GitHub↗1,861
  • misp/mispMISP avatar

    MISP/MISP

    6,360View on GitHub↗

    MISP is an open-source threat intelligence sharing platform designed for collecting, storing, and distributing structured threat indicators and intelligence. At its core, it provides a distributed synchronization protocol for transferring events between instances, an attribute-based correlation engine that links matching indicators across events, and a REST API with an OpenAPI specification for programmatic access to threat data. The platform uses formal data formats for JSON, taxonomy, galaxy, and object templates to enable compatibility across tools and communities. The platform distinguish

    PHP
    View on GitHub↗6,360
  • fireeye/stringsifterfireeye avatar

    fireeye/stringsifter

    756View on GitHub↗

    A machine learning tool that ranks strings based on their relevance for malware analysis.

    Python
    View on GitHub↗756
  • rastrea2r/rastrea2rrastrea2r avatar

    rastrea2r/rastrea2r

    242View on GitHub↗

    Collecting & Hunting for IOCs with gusto and style

    Python
    View on GitHub↗242
  • eset/malware-ioceset avatar

    eset/malware-ioc

    1,955View on GitHub↗

    Indicators of Compromises (IOC) of our various investigations

    YARA
    View on GitHub↗1,955
  • yara-rules/rulesYara-Rules avatar

    Yara-Rules/rules

    4,712View on GitHub↗

    This project is a community-curated repository of YARA rules used to detect malware, webshells, and other malicious patterns in files. It serves as a dataset of signatures for identifying known malware families, software packers, and threat intelligence indicators. The collection provides specialized detection capabilities for identifying exploit kits and anti-analysis evasion techniques, such as anti-debugging and anti-virtualization methods. It also includes signatures for cryptographic algorithm detection and the identification of unauthorized remote administration tools on servers. The r

    YARA
    View on GitHub↗4,712
  • cowrie/cowriecowrie avatar

    cowrie/cowrie

    6,181View on GitHub↗

    .. SPDX-FileCopyrightText: 2014 Upi Tamminen .. SPDX-FileCopyrightText: 2014-2025 Michel Oosterhof .. .. SPDX-License-Identifier: BSD-3-Clause

    Pythonattackercowriecowrie-ssh
    View on GitHub↗6,181
  • advanced-threat-research/iocsadvanced-threat-research avatar

    advanced-threat-research/IOCs

    83View on GitHub↗

    Repository containing IOCs, CSV and MISP JSON from our blogs

    HTML
    View on GitHub↗83
  • cuckoosandbox/cuckoocuckoosandbox avatar

    cuckoosandbox/cuckoo

    5,959View on GitHub↗

    Cuckoo is an open-source automated malware analysis system that executes suspicious files inside isolated virtual machines and produces structured behavioral reports. The platform captures system calls, file operations, and network activity during execution, compiling them into comprehensive analysis documents for programmatic consumption. The system operates through a modular analysis pipeline that processes behavioral data, applying YARA signature patterns against captured artifacts to identify known malware families. Each analysis run starts from a clean virtual machine snapshot to ensure

    JavaScript
    View on GitHub↗5,959
  • zhuifengshaonianhanlu/pikachuzhuifengshaonianhanlu avatar

    zhuifengshaonianhanlu/pikachu

    4,421View on GitHub↗

    Pikachu is a web security training platform and vulnerable web application sandbox. It provides a containerized lab environment designed for practicing penetration testing and identifying common security flaws. The project serves as an OWASP Top 10 practice lab, offering a simulation suite for critical risks. It includes specific scenarios for practicing the exploitation of SQL injection, cross-site scripting, remote code execution, and broken access control. The environment covers a broad range of security testing simulations, including directory traversal, server-side request forgery, unsa

    PHPweb
    View on GitHub↗4,421
  • 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
  • lionsec/katoolinLionSec avatar

    LionSec/katoolin

    5,302View on GitHub↗

    Katoolin is a Debian software repository manager and security toolset automator. It functions as a script to automate the addition of repositories and the installation of security tools from Kali Linux onto other Debian-based systems. The project focuses on automating the deployment of penetration testing and forensics software. It provides a method for managing third-party software sources and provisioning security labs with tools for network and system testing without requiring a full operating system installation. The tool includes an interactive command line interface for navigating tool

    Python
    View on GitHub↗5,302
  • ansible/ansibleansible avatar

    ansible/ansible

    68,968View on GitHub↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    View on GitHub↗68,968
  • ankh2054/linux-pentestankh2054 avatar

    ankh2054/linux-pentest

    89View on GitHub↗

    Linux pentest tools

    Shell
    View on GitHub↗89
  • advanced-threat-research/darkside-config-extractA

    advanced-threat-research/DarkSide-Config-Extract

    0View on GitHub↗
    View on GitHub↗0
  • alienvault-labs/alienvaultlabsAlienVault-Labs avatar

    AlienVault-Labs/AlienVaultLabs

    524View on GitHub↗

    Alienvault Labs Projects Random Stuff

    Python
    View on GitHub↗524
  • buffer/pylibemubuffer avatar

    buffer/pylibemu

    129View on GitHub↗

    A Libemu Cython wrapper

    Python
    View on GitHub↗129
  • buffer/libemubuffer avatar

    buffer/libemu

    156View on GitHub↗

    x86 emulation and shellcode detection

    C
    View on GitHub↗156
  • buffer/thugbuffer avatar

    buffer/thug

    1,034View on GitHub↗

    Python low-interaction honeyclient

    Pythonclient-honeypothoneyclientlow-interaction
    View on GitHub↗1,034
  • capacitorset/box-jsCapacitorSet avatar

    CapacitorSet/box-js

    673View on GitHub↗

    A tool for studying JavaScript malware.

    JavaScript
    View on GitHub↗673
  • captaingeech42/ransomwatchC

    captainGeech42/ransomwatch

    0View on GitHub↗
    View on GitHub↗0
  • cea-sec/openwecC

    cea-sec/openwec

    0View on GitHub↗

    OpenWEC is a free and open source (GPLv3) implementation of a Windows Event Collector server running on GNU/Linux and written in Rust.

    View on GitHub↗0
  • cert-ee/cuckoo3C

    cert-ee/cuckoo3

    0View on GitHub↗
    View on GitHub↗0
  • alexandreborges/malwoverviewalexandreborges avatar

    alexandreborges/malwoverview

    3,882View on GitHub↗

    This project is a Python command-line security tool and malware analysis framework designed for threat intelligence aggregation and incident triage. It functions as an aggregator that orchestrates queries across multiple security services and sandboxes to analyze hashes, IP addresses, and domains. The tool distinguishes itself by incorporating an intelligence layer that uses language models to provide automated risk assessments and framework mappings. It also includes specialized capabilities for extracting indicators of compromise from unstructured text, documents, and web pages, as well as

    Pythonalienvaultcvecve-search
    View on GitHub↗3,882