8457 matches found
pylane
pylane 简体中文 Pylane is a python vm injector with debug tools, based on gdb and ptrace. Pylane uses gdb to trace python process, inject and run some code in its python vm. Usage use inject command to inject a python script in an process: root@kitploit: pylane inject use shell command to inject an...
[SECURITY] Fedora 43 Update: elixir-1.19.6-2.fc43
Elixir is a programming language built on top of the Erlang VM. As Erlang, it is a functional language built to support distributed, fault-tolerant, non-stop applications with hot code swapping...
antivmdetection
Antivmdetection Background A script to help you create templates, which you can use with VirtualBox to make VM detection harder. My first post on the subject was in 2012 and have after that been updated at random times. The blog format might have not been the best way of publishing the informatio...
crypter
Crypter This Crypter is written in python 3, which can be used to obfusticate, encrypt the python source code to bypass AntiVirus. Also Capable to Bypass VM such as VirtualBox, VMware, Sandboxie. Uses AES-256 bit Encryption & Base64 Encoding to Encrypt the Source Code for Twice. 3 Powerfull Metho...
al-khaser
Al-Khaser v0.81 Content Introduction Possible uses Features Anti-debugging attacks Anti-Dumping Timing Attacks Human Interaction Anti-VM Anti-Disassembly Requirements License Introduction al-khaser is a PoC "malware" application with good intentions that aims to stress your anti-malware system. I...
peframe
======= peframe peframe is a open source tool to perform static analysis on Portable Executable malware and generic suspicious file. It can help malware researchers to detect packer, xor, digital signature, mutex, anti debug, anti virtual machine, suspicious sections and functions, macro and much...
TinyLoad
TinyLoad v7.4 - PE packer and crypter for windows TinyLoad is an pe crypter/packer for x64 executables it packs an input exe with varying protection layers to prevent it from being reverse engineered. Its 1 single .cpp file and does not have any external dependencies. how it works TinyLoad append...
applepie
applepie,一个用于 Bochs 的虚拟机监控器实现 你好!欢迎来到 applepie!这是一个专为模糊测试、内省和寻找漏洞而设计的工具!这是一个使用 Windows Hypervisor Platform API(该 API 存在于较新版本的 Windows 中,具体而言,本项目在 Windows 10 17763 上开发和测试)的虚拟机监控器。Bochs 用于提供深度内省和设备模拟。 Windows Hypervisor Platform API WHVP 是一组用于访问 Hyper-V 的虚拟机监控器功能的 API。这个 API...
applepie
applepie, a hypervisor implementation for Bochs Hello! Welcome to applepie! This is a tool designed for fuzzing, introspection, and finding bugs! This is a hypervisor using the Windows Hypervisor Platform API present in recent versions of Windows specifically this was developed and tested on...
px-vm
PerimeterX Auditor VM 分析 摘要 本仓库记录了 PerimeterX 的 auditor.js 的反向工程结果,该文件是一个字节码虚拟机,用作 PX 机器人检测管道中的二级指纹识别层。本分析涵盖以下内容: 字节码提取与五层解密管道 操作码表重建(107 个基本操作码 + 40 个蜜罐操作码 + 24 个填充操作码 + 16 个超级指令组) 常量池解密(1230 个条目,1095 个加密字符串) 基于 CFG 的反汇编器,支持超级指令子分派解析 堆栈模拟清理器,生成可读的伪代码 反分析技术:蜜罐操作码、重叠指令、代码完整性哈希 注意: 本仓库仅涵盖一个(静态)VM...
datadome-vm-internals
DataDome VM DataDome 在其捆绑包中嵌入了一个自定义虚拟机,以隐藏他们实际做的事情。我对此感到好奇,并拆解了它。在这里分享给任何对同类逆向工程谜题感兴趣的人。 DataDome 向你的浏览器发送一个高度混淆的 JavaScript 捆绑包。其中包含一个自定义虚拟机——他们将实际的指纹识别逻辑编译成私有的字节码格式,然后在运行时在该虚拟机内执行。这是对撰写本文时最新版本的分析。 本仓库不包含任何 DataDome 的代码——只有我自己的分析和工具。 使用前请阅读底部的说明。 内部有哪些有趣的东西 一旦你能读取字节码,有几样东西会特别引人注目。 字符串加密。...
wslink-vm-analyzer
WslinkVMAnalyzer WslinkVMAnalyzer es una herramienta desarrollada principalmente para facilitar el análisis de Wslink, que es un cargador único que actúa como servidor y ejecuta en memoria los módulos recibidos. Esta herramienta utiliza Miasm, un framework de código abierto que nos proporciona un...
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...
trueseeing
README trueseeing is a fast, accurate and resillient vulnerability scanner for iOS/Android apps. We operate on the Dalvik VM level for Android -- i.e. we don't care if the target app is obfuscated or not. Capability Currently we can: Automatically scan app for vulnerabilities, reporting in...
fake-sandbox
Fake Sandbox Processes FSP This small script will simulate fake processes of analysis, sandbox and VM software that some malware will try to avoid. You can download the original script made by @x0rz here thanks, by the way. You can also download my slightly optimized script from the root director...
metasploitable3
Metasploitable3 Metasploitable3 是一个从头构建、包含大量安全漏洞的虚拟机。它旨在作为使用 metasploit 测试漏洞利用的目标。 Metasploitable3 以 BSD 风格许可证发布。更多详情请参阅 COPYING 文件。 快速开始 要使用 https://app.vagrantup.com/rapid7/ 提供的预构建镜像,请创建一个新的本地 metasploitable 工作区: Linux 用户: root@kitploit: mkdir metasploitable3-workspace cd...
e1000_vulnerability_exploit
e1000漏洞利用 安装 $ ./install.sh 目前仅支持构建自有版本。请选择 own 和 debug 来构建你的调试版本。 警告:过程中可能出现错误,尤其是在编译源码时。你可能会看到类似 "Exit with error status 2." 的信息。 如果出现错误,请联系我们:[email protected] 调试 使用 RTLogPrintfstring, args 打印调试信息。调试信息将写入 VirtualBox 文件夹中的 .log 文件。 查看以下文件: src/VBox/Devices/Network/DevE1000 .cpp / .h;...
NocoBase - VM Sandbox Escape to Remote Code Execution
NocoBase Workflow Script Node executes user-supplied JavaScript inside a Node.js vm sandbox with a custom require allowlist controlled by WORKFLOWSCRIPTMODULES env var. The console object passed into the sandbox context exposes host-realm WritableWorkerStdio stream objects via console.stdout and...
Podroid
Podroid 在 Android 手机上运行 Linux 容器和完整的 Linux 桌面。无需 root。 一个带有自己内核的真正 Alpine Linux 虚拟机——不是 chroot 或 proot 技巧——因此 Podman、Docker 和 LXC 的行为方式与在服务器上完全一致。 网站 · 文档 · 下载 APK 你将获得 Podman、Docker 和 LXC ——预装,开机即可用 真正的虚拟机 ——基于 QEMU 在自定义内核上运行 Alpine Linux,或在受支持的 pKVM 设备上使用硬件加速的 AVF 应用内终端 ——完整 xterm-256color、122...
mkPIVM
阅读研究论文(针对 1.0.0 版本撰写)。 mkPIVM 是一个用于 Windows x86 和 x64(即将支持 Linux)的多态位置无关 Shellcode 虚拟化器。 输入原始 Shellcode。它输出另一个原始 Blob:一个微型虚拟机,用于解释原始指令的提升后、静态加密版本。输出本身是位置无关代码,可以在原始 Shellcode 能运行的任何地方执行,从远程线程加载器到代码洞跳转。每个种子的参数独立变化:密码族、寄存器槽布局、操作码到处理程序的排列、调度器拓扑、垃圾 gadget 模式、IR 混淆插入点。来自同一输入的两次构建,在数万字节中仅有不到一百个偶然相同的字节。...