953 matches found
SLAE
SLAE Securitytube Linux 汇编专家(SLAE) SLAE-721 构建 root@kitploit: + Assembling ... + Linking ... + Extract Shellcode from binary ... "\x31\xc0\x50\x68\x2f\x2f\x73\x68" "\x68\x2f\x62\x69\x6e\x89\xe3\x89" "\xc1\xb0\x0b\xcd\x80" + Create C-Header file ... + Compile PoC ... + Run PoC ... + Shellcode...
IronSharpPack
IronSharpPack IronSharpPack 是一个包含常用 C 项目的仓库,这些项目已被嵌入到 IronPython 脚本中,脚本会执行 AMSI 绕过,然后反射加载 C 项目。IronPython 和 DLR 几乎没有(如果有的话)检测机制,这使其成为执行这些程序集的有效语言。它的灵感来自 S3cur3Th1sSh1t 广受欢迎的 PowerSharpPack 项目。C 程序集来自 Flangvik 的 Sharp Collection。 该项目还包含 IronEmbed,一个可自动压缩并将 .NET 程序集嵌入到脚本包装器中的脚本。只要程序集具有 Main 或...
dnSpy
dnSpy - Latest release dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available. Main features: Debug .NET and Unity assemblies Edit .NET and Unity assemblies Light and dark themes See below for more features Binari...
AsmLdr
AsmLdr:适用于 Windows x64 的动态 Shellcode 加载器 概述 AsmLdr 是一款使用 x64 汇编语言实现的高级 shellcode 加载器,专为 Windows x64 环境设计。其主要目的是执行加密的有效载荷,同时最大限度降低被高级防病毒软件、端点检测与响应(EDR)系统、沙箱和调试器检测到的风险。它通过在运行时动态解析模块、API 和系统调用来实现这一点,从而消除导入表或硬编码地址等静态依赖。这种方法可生成紧凑且检测特征极低的二进制文件。 该加载器使用模块踩踏(module stomping)技术将 shellcode 放入现有 DLL...
CVE-2026-23008-Solidity-Assembly-Return-Data-Size-Confusion
CVE-2026-23008 – Solidity 汇编返回值大小混淆 程序代码 Solidity root@kitploit: // ReturnSizeConfusion.sol contract Victim function callExternaladdress target external returns bytes memory bool success, bytes memory ret = target.callabi.encodeWithSignature"someFunc"; requiresuccess, "call failed"; //...
pairing
基于配对的密码学的优化 本仓库包含与一系列持续发布的博客文章相对应的可运行 Rust 代码,这些文章以 BLS12-381 作为参考曲线,介绍基于配对的密码学中的优化。 请注意: 本代码仅供教学用途,未经安全审计,不适合用于生产环境。使用风险自负。 Montgomery 算术(第 1 部分,共 2 部分) 本文将从头到尾介绍模块化 Montgomery 算术,包括背景、替代方案、理论及 Rust 中的实用可运行代码,其运行速度比通用大整数实现快 9 倍 。下一篇博客文章将进一步优化(相对)重量级的乘法例程,采用裸机 x86-64 汇编语言编写。...
POC-CVE-2026-56164-exploit
CVE-2026-56164 — Microsoft SharePoint Server 身份验证绕过漏洞利用工具 严重(CVSS 9.8) — 在 Microsoft SharePoint Server 中,未经身份验证即可将权限提升至场管理员 目录 概述 漏洞详情 受影响版本 架构图 项目结构 安装 扫描器使用 — 分步指南 漏洞利用工具使用 — 分步指南 载荷设计 缓解措施 免责声明 概述 CVE-2026-56164 是 Microsoft SharePoint Server 中的一个严重缺失身份验证漏洞,允许未经过身份验证的远程攻击者将权限提升至场管理员 级别。该漏洞位于...
Ascii-And-Sub-Encoder
ASCII And/Sub Encoder Esta herramienta fue creada mientras me preparaba para el curso de seguridad ofensiva CTP que conducía a la certificación OSCE original. La herramienta genera instrucciones de ensamblador compatibles con nasm de un codificador de resta ASCII personalizado. El desarrollo de...
Invoke-noPac
Invoke-noPac El ensamblado .Net está basado en mi fork https://github.com/ricardojba/noPac que tiene algunos cambios de código para mejorar el original. Cargador de ensamblado .Net estilo PowerSharpPack para el escáner y exploit CVE-2021-42287 - CVE-2021-42278 noPac. Uso: root@kitploit:...
CVE-2023-32571
🐞 CVE-2023-32571 - System.Linq.Dynamic.Core Remote Code Execution Proof of Concept for CVE-2023-32571, a remote code execution vulnerability in System.Linq.Dynamic.Core 1.0.7.10 to 1.2.25. This vulnerability allows attackers to execute arbitrary code and commands when untrusted input to methods...
execute-assembly-pico
执行程序集 PICO 一个用于 Crystal Palace 的 PICO,实现原生 CLR 托管,以在内存中执行附加的 .NET 程序集,采用与 donut shellcode 生成器相同的技术。这使你可以从位置无关代码中加载 Rubeus 或 Seatbelt 等 .NET 工具,而无需将其写入磁盘。 构建 你需要 MinGW GCC、zip 工具,以及链接项目所需的 CPL 可执行文件。修改 config.spec 以指定要与项目链接的 .NET 程序集以及要传递的命令行参数。修改 Makefile 以指定 crystalpalace.jar 的位置。 要单独构建 PICO(作为...
ASM-Obfuscator
ASM-Obfuscator 高级 x86-64 汇编代码混淆器。 描述 汇编代码混淆器是一款功能强大且用途广泛的工具,旨在增强你的 x86-64 汇编代码的安全性。它通过采用多种混淆技术和反分析措施,保护你的项目免受逆向工程和分析的侵扰。 功能特性 指令注入 :在每条汇编指令之前注入自定义字节序列,以迷惑反汇编器。 随机化 :在代码结构中引入随机性,使其更难预测。 调试器检测 :在代码执行期间检测调试器的存在,并采取反调试措施。 反分析技术 :通过条件分支和时序检查来迷惑动态分析工具。 动态解密 :在运行时加密并动态解密代码段,从而增加复杂性。 动态解压缩...
VMUnprotect.Dumper
VMUnprotect.Dumper VMUnprotect.Dumper 是一个致力于查找被篡改的 VMProtect 程序集 的项目。它利用 AsmResolver 来动态解包 VMP 保护的程序集。适用于 VMProtect 3.7.0(最新版)及之前的几个版本。 使用 VMUnprotect.Dumper 之前 使用 VMUnprotect.Dumper 之后 使用方法 root@kitploit: VMUnprotect.Dumper.exe example.vmp.exe...
Astra Linux – Vulnerability in Nasm
In NASM 2.15.04rc3, there is a double-free vulnerability in the pptokline asm/preproc.c file. This issue has been fixed in the commit numbered 8806c3ca007b84accac21dd88b900fb03614ceb7...
Astra Linux – Vulnerability in Firefox, Thunderbird
Failure to correctly record the location of live pointers across wasm instance calls resulted in a garbage collection occurring within the call without tracing those live pointers. This could have led to a use-after-free condition, causing a potentially exploitable crash. This vulnerability affec...
Astra Linux – Vulnerability in Nasm
There is a use-after-free in asm/preproc.c function ppgetline in Netwide Assembler NASM 2.14rc16, which will cause a denial of service during a line-number increment attempt...
Astra Linux – Vulnerability in Nasm
In Netwide Assembler NASM 2.15rc0, a heap-based buffer over-read occurs due to a malicious .asm file during the call to settextfree from expandonesmacro in asm/preproc.c...
CVE-2026-68278 drm/dp/mst: fix buffer overflows in sideband chunk accumulation
In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix buffer overflows in sideband chunk accumulation drmdpsidebandappendpayload has three related bugs when processing device-provided sideband reply data: 1. Zero-length curchunklen underflow: msglen is a 6-bit field...
EUVD-2026-55379
In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix buffer overflows in sideband chunk accumulation drmdpsidebandappendpayload has three related bugs when processing device-provided sideband reply data: 1. Zero-length curchunklen underflow: msglen is a 6-bit field...
CVE-2026-6067
A flaw was found in Netwide Assembler NASM. This heap buffer overflow vulnerability, stemming from insufficient bounds checking, allows a user to execute arbitrary code by assembling a specially crafted malicious assembly .asm file. Successful exploitation can lead to unauthorized command...