1465 matches found
proctools
proctools 用于从 Windows 进程中提取信息并转储敏感字符串的小工具包。配合 FormThief 使用。 procsearch - 在目标进程内存中查找敏感字符串 在可读的进程内存中搜索已解析的字符串,若找到,则显示搜索字符串周围一定范围内的有效 ASCII 字符 procinfo - 显示进程可执行文件的以下文件版本信息: 进程名称 描述 产品名称 文件版本 内部名称 公司名称 注释 法律版权 法律商标 产品版本 私有构建 特殊构建 procargs - 提取目标进程的命令行参数 prockill - 终止目标进程 procsearch.cpp...
python-haystack
python-haystack 内存取证 |travis| |coverage| |landscape| |pypi| |docs| 快速开始 docs/ 文件夹中的 快速使用指南 。 docs/ 文件夹中的 Haystack-reverse CLI 。 更多文档 介绍 python-haystack 是一个堆分析框架,专注于搜索和逆向已分配内存中的 C 结构体。 第一个功能/API 是 SEARCH 函数。 它可以在进程内存转储或活动进程内存中搜索已知的记录类型。 第二个功能/API 是扩展 python-haystack-reverse 中的 REVERSE 函数。...
Eclipse Jetty <9.2.9.v20150224 - Sensitive Information Leakage
Eclipse Jetty before 9.2.9.v20150224 allows remote attackers to obtain sensitive information from process memory via illegal characters in an HTTP header. id: CVE-2015-2080 info: name: Eclipse Jetty 9.2.9.v20150224 - Sensitive Information Leakage author: pikpikcu severity: high description: Eclip...
ATMMalScan
简介 ATMMalScan 是一款适用于 Windows 7 及以上版本操作系统的命令行工具,可帮助在数字取证与事件响应过程中搜索 ATM 上的恶意软件痕迹。该工具根据指定的文件路径,检查系统的运行进程以及硬盘。扫描系统时,拥有标准权限的用户即可胜任。不过,使用管理员权限运行 ATMMalScan 可获得最佳结果。 已知问题: 目前 ATMMalScan 不支持需要 Unicode 的代码页,这意味着设置为例如西里尔字母或中文等字符的 Windows 操作系统,无法保证呈现有效结果。 要求: 请确保待扫描的 ATM 上至少已安装 Visual C++ Redistributable fo...
moneta
/ \ / | / \ / \ / \ / / \ \ / Y | \ /| | / | //| | / | / / / / / Moneta v1.0 | Forrest Orr | 2020 必需参数 -m |region|referenced|ioc -p |PID 可选参数 -v detail|debug|surface -d --option from-base|statistics --filter unsigned-module|clr-prvx|clr-heap|metadata-modules --address --region-size -m...
Loki-RS
Loki-RS A rewrite of Loki in Rust. High-performance, multi-threaded YARA & IOC scanner in a single binary. Status : Beta. Works, but still under active development. Features YARA scanning of files and process memory yara-x IOC matching MD5/SHA1/SHA256 hashes, filename patterns, C2 indicators...
aes-finder
AES Finder Utility to find AES keys in running process memory. Works for 128, 192 and 256-bit keys. Usage Open aes-finder.sln solution in Visual Studio 2013 to compile source. Alternatively use gcc/clang: root@kitploit: g++ -O3 -march=native -fomit-frame-pointer aes-finder.cpp -o aes-finder To...
aes-finder
AES查找器 用于在运行进程内存中查找AES密钥的实用程序。适用于128、192和256位密钥。 用法 在Visual Studio 2013中打开aes-finder.sln解决方案以编译源码。也可以使用gcc/clang: root@kitploit: g++ -O3 -march=native -fomit-frame-pointer aes-finder.cpp -o aes-finder 要搜索ID为123的进程中的密钥,执行以下命令: root@kitploit: aes-finder.exe -123 要搜索名称包含chrome.exe的任何进程中的密钥,执行以下命令:...
KeePass-dump-py
KeePass-dump-py My attempt to re-write the original KeePass 2.X Master Password Dumper CVE-2023-32784 POC in python. Please head over to Original POC for more details about the vulnerability and exploitation process. What this script does: 1. Checks if KeePass process is running, otherwise it...
CobaltStrikeScan
CobaltStrikeScan 扫描文件或进程内存以检测Cobalt Strike信标并解析其配置。 CobaltStrikeScan 扫描Windows进程内存以查找DLL注入(经典注入或反射注入)的证据,并对目标进程内存执行YARA扫描,以检测Cobalt Strike v3和v4信标签名。 或者,CobaltStrikeScan可以对通过绝对或相对路径作为命令行参数提供的文件执行相同的YARA扫描。 如果在文件或进程中检测到Cobalt Strike信标,将解析该信标的配置并显示在控制台中。 克隆此仓库...
Hawk
Hawk Intercepta silenciosamente credenciales SSH y SU en tiempo real Hawk monitorea los procesos sshd y su, extrayendo contraseñas de la memoria mediante ptrace sin modificar los procesos objetivo. Cero escrituras. Recolección de credenciales puramente de solo lectura. Demo Cómo funciona Hawk...
ShellCodeEmulator
基于 unicorn framework 的 Windows shellcode 模拟工具 ShellcodeEmulator 借助 windbg 进程内存转储来模拟 Windows shellcode。你可以提供任意 Windows 进程转储镜像随同 shellcode 一起分析。该工具将利用 shellcode 字节和提供的转储镜像,尽可能模拟用户态代码。 你可以在 shellcode 调用的 API 与内核层之间添加自定义系统调用处理程序或任何处理程序。这样可以提供用户栈的完整视图。它将使你能够调查绕过高层调用栈中宽松 API 钩子的 shellcode。 安装 1. 安装...
AzTokenFinder
AzTokenFinder Es una pequeña herramienta para extraer JWT o datos que parecen JWT de diferentes procesos, como PowerShell, Excel, Word u otros. La idea se inspiró en el artículo del blog https://mrd0x.com/stealing-tokens-from-office-applications/ del increíble @mrd0x. En la nueva versión, añadí l...
truffleproc
truffleproc — caza secretos en la memoria de procesos Uso Ejecuta truffleproc.sh contra tu shell Bash actual p. ej., $$: root@kitploit: $ ./truffleproc.sh $$ coredumping pid 6174 Reading symbols from od... Reading symbols from /usr/lib/systemd/systemd... Reading symbols from...
DMA-ProcessDumper
DMA-ProcessDumper Volca toda la memoria del proceso objetivo en modo usuario utilizando DMA con MemProcFS a través de un dispositivo FPGA PCIe Compilación Copia leechcore.h, vmmdll.h y vmm.lib desde MemProcFS al directorio DMA-ProcessDumper Compila usando Visual Studio Copia leechcore.dll, vmm.dl...
KeePass-CVE-2023-32784-Exploitation-and-Defense
Vulnerabilidad de fuga de memoria en KeePass CVE-2023-32784: Arquitectura de explotación y defensa Objetivo Analizar la vulnerabilidad CVE-2023-32784 en KeePass Password Safe v2.53, demostrar la extracción de la contraseña maestra mediante el volcado de memoria y diseñar controles robustos de...
keepass-exfil-forensics
Exfiltración de Memoria de KeePass — Investigación de Forense de Red Recupera datos exfiltrados del tráfico PCAP revirtiendo una cadena de ofuscación hexadecimal → Base64 → XOR utilizada en un escenario real de DFIR CTF TryHackMe, y luego explota CVE-2023-32784 para recuperar la contraseña maestr...
watcher
Anti Reverse Shell Hola, mi nombre es themoon también conocido como shalev, creé este proyecto para ayudar a las personas que ejecutan servidores con seguridad baja. Puedes usar este proyecto para proteger tu computadora de atacantes que puedan intentar hacer un reverse shell en tu computadora...
varc
varc Volatile Artifact Collector varc 从系统中收集易失性数据的快照。 它告诉你系统上正在发生什么,在调查安全事件时尤其有用。 它创建一个 zip 文件,其中包含用于了解系统上正在发生的多种不同数据: JSON 文件,例如正在运行的进程及其建立的网络连接 按进程划分的正在运行进程的内存。还会从中提取日志和文本数据 活动连接的 netstat 数据 打开文件的内容,例如正在运行的二进制文件 触发提供的编译 YARA 规则文件的进程详细信息 我们已在以下环境中成功执行: Windows Linux OSX 云环境,如 AWS EC2 容器化...
memscan
memscan Searches for strings, regex, credit card numbers of magnetic stripe card tracks in a process's memory space Memory/Process Scanner Written by Matt Lewis, NCC Group 2014 Updated by Tom Watson, NCC Group 2015 Thanks to Jesse Bullock for lots of great ideas Released as open source by NCC Gro...