8977 matches found
vmware-exploitation
VMware Exploitation A collection of links related to VMware escape exploits. Pull requests are welcome. Follow @andreyknvl on Twitter or @[email protected] on Mastodon to be notified of updates. Research 2024 "Chaining N-days to Compromise All": "Part 4 — VMware Workstation Information...
antivmdetection
Antivmdetection Antecedentes Un script para ayudarte a crear plantillas que puedes usar con VirtualBox para dificultar la detección de la VM. Mi primera publicación sobre el tema fue en 2012 y desde entonces se ha actualizado esporádicamente. El formato de blog quizás no fue la mejor manera de...
riscy-business
riscy-business Article:RISC-Y Business: Raging against the reduced machine. Prerequisites Visual Studio 2022 with the C++ Clang Compiler for Windows 16.0.5 component CMake 3.26 earlier may work, but not recommended riscvm This folder contains the VM host rv64i interpreter. To build: root@kitploit...
AndBug
======================================= AndBug -- Un depurador Android scripteable AndBug es un depurador orientado a la máquina virtual Dalvik de la plataforma Android, diseñado para ingenieros inversos y desarrolladores. Utiliza las mismas interfaces que el plugin de depuración de Eclipse de...
CVE-2018-4416-exploit
Preface :PROPERTIES: :CUSTOMID: preface :END: OKay, binary security is not only /heap/ and /stack/, we still have a lot to discover despite regular CTF challenge. Browser, Virtual Machine, and Kernel all play an important role in binary security. And I decide to study browser first. I choose a...
Podroid
Podroid Run Linux containers and a full Linux desktop on your Android phone. No root. A real Alpine Linux VM with its own kernel - not a chroot or proot trick - so Podman, Docker and LXC behave exactly like they do on a server. Website · Documentation · Download APK Home| Running| !Built-in...
crypter
Crypter Este Crypter está escrito en Python 3, y se puede utilizar para ofuscar y cifrar el código fuente de Python para eludir el antivirus. También es capaz de eludir máquinas virtuales como VirtualBox, VMware y Sandboxie. Utiliza cifrado AES de 256 bits y codificación Base64 para cifrar el...
XenoboxX
Kit de herramientas de sandboxing hardware El malware emplea con frecuencia técnicas anti-VM, que pueden variar en su dificultad para detectarlas y contrarrestarlas. Si bien integrar medidas anti-detección en nuestros laboratorios es una opción de uso frecuente, también deberíamos considerar el u...
CVE-2026-11114-Node.js-vm-Sandbox-Escape-via-Proxy
CVE-2026-11114 – Node.js vm Sandbox Escape via Proxy Program Code Node.js root@kitploit: // sandboxserver.js - Vulnerable VM sandbox const vm = require'vm'; const express = require'express'; const app = express; app.useexpress.json; app.post'/eval', req, res = const code = req.body.code; const...
webvm
WebVM Este repositorio alberga el código fuente de https://webvm.io, una máquina virtual Linux que se ejecuta en tu navegador. Prueba el nuevo entorno gráfico Alpine / Xorg / i3: https://webvm.io/alpine.html ¿Qué es WebVM? WebVM es un entorno virtual sin servidor que se ejecuta completamente del...
datadome-vm-internals
DataDome VM DataDome incorpora una MV personalizada en su paquete para ocultar lo que realmente hace. Tuve curiosidad y la desarmé. Lo comparto aquí para cualquiera que esté interesado en el mismo tipo de rompecabezas de ingeniería inversa. DataDome envía a tu navegador un paquete JavaScript muy...
cve-2024-21534
POC - CVE-2024-21534 Jsonpath-plus vulnerable to Remote Code Execution RCE due to improper input sanitization Overview CVE-2024-21534 is a critical vulnerability found in versions of the jsonpath-plus package prior to version 10.0.0. The vulnerability stems from improper input sanitization, which...
pafish
Pafish Pafish es una herramienta de prueba que utiliza diferentes técnicas para detectar máquinas virtuales y entornos de análisis de malware, de la misma manera que lo hacen las familias de malware. El proyecto es gratuito y de código abierto; el código de todas las técnicas de anti-análisis est...
hermes-agent
Hermes Agent ☤ Hermes Agent | Hermes Desktop...
vmsan
vmsan 🔥 Kit de caja de arena microVM Firecracker Crea, gestiona y conéctate a microVMs Firecracker aisladas desde la línea de comandos. Inicia una VM en caja de arena en milisegundos, ejecuta comandos, transfiere archivos — sin necesidad de SSH. 📚 Lee la documentación completa en vmsan.dev ✨...
Januscape-Hotfix
Januscape Fix Library — CVE-2026-53359 简体中文 Complete fix collection for the CVE-2026-53359 guest-to-host escape vulnerability in the KVM/x86 shadow MMU. From zero-downtime livepatch to kernel upgrade — covers every operational scenario. One-liner root@kitploit: Direct curl -sL...
NashaVM
NashaVM - Máquina Virtual Sharp Nativa Nasha es una Máquina Virtual para archivos .NET y su runtime fue creado en C++/CLI Instalación root@kitploit: git clone https://github.com/Mrakovic-ORG/NashaVM --recurse cd NashaVM\NashaVM nuget restore msbuild Dependencias dnlib .NET Framework Redistribuibl...
px-vm
PerimeterX Auditor VM Analysis Summary This repository documents the reverse engineering of PerimeterX's auditor.js, a bytecode virtual machine used as a secondary fingerprinting layer in PX's bot detection pipeline. This analysis covers: Bytecode extraction and 5-layer decryption pipeline Opcode...
vm-filesystem
vm-filesystem A Firebeam bytecode to perform Filesystem interacting while also monkey-patch the python function for the Havoc Interface File Browser interaction, allowing to interact with the remote filesystem without needing to have the filesystem embedded. This repository also is a representati...
PMD
Practical Malware Development Exercise 1 - Environment Setup 1. Get a Windows virtual machine setup within a hypervisor. a. Make sure to take a snapshot of your base installation. 2. Download and install Visual Studio 2022 - https://visualstudio.microsoft.com/vs/ a. Select Desktop development wit...