Lucene search
+L

1266 matches found

Kitploit
Kitploit
added 2026/09/15 8:41 p.m.12 views

ASLRay

ASLRay Linux ELF x32/x64 ASLR DEP/NX 绕过利用,采用栈喷射技术 属性: ASLR 绕过 DEP/NX 绕过 跨平台 极简 简洁 不可修补 依赖条件: Linux 2.6.12+ - 可在任何基于 x86-64 的 Linux 操作系统上运行 BASH - 整个脚本 局限性: 对于 x64,栈需要可执行 -z execstack 二进制文件必须通过本地参数进行利用(不能通过文件、套接字或输入) 不支持其他架构和操作系统(TODO) 需要知道缓冲区限制/大小 工作原理 你可能听说过堆喷射攻击?嗯,栈喷射与其类似,但在大多数情况下被认为不实用,尤其是在...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 7:19 p.m.9 views

rev-dep

Rev-dep Capabilities • Installation • Documentation • Exploratory Toolkit • CLI Reference Dependency analysis and optimization toolkit for modern JavaScript and TypeScript codebases. Enforce dependency graph hygiene and remove unused code with a very fast CLI. About 📣 As codebases scale,...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 7:19 p.m.33 views

rev-dep

Rev-dep 功能 • 安装 • 文档 • 探索工具包 • CLI 参考 面向现代 JavaScript 和 TypeScript 代码库的依赖分析与优化工具包。 通过非常快速的 CLI 强制依赖图卫生并移除未使用代码。 关于 📣 随着代码库规模扩大,在头脑中维护依赖关系图变得不可能。Rev-dep 是一款高速静态分析工具,旨在为大型 JS/TS 项目强制实施架构完整性和依赖卫生。 可以把 Rev-dep 视为依赖关系图的高速 lint 工具。 将来自多个慢速工具的碎片化、顺序检查整合到一个高性能引擎中。 Rev-dep...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 6:34 p.m.9 views

CVE-2009-0182

VUPlayer 2.49 本地缓冲区溢出导致任意代码执行 程序版本:VUPlayer 2.49 漏洞:导入.wax播放列表文件时发生本地缓冲区溢出,可能导致任意代码执行 利用方式:本地缓冲区溢出 CVE: CVE-2009-0182 VUPlayer2.49poc.py : 未绕过DEP保护 VUPlayer2.49pocbypassDEP.py : 使用ROP链绕过DEP保护 PoC视频:https://youtu.be/HgD7gOgiIFE 逐步创建DEP绕过视频:https://youtu.be/AsR8PFKK5Mw...

9.3CVSS8AI score0.48398EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/15 11:18 a.m.10 views

dep-scan

介绍 OWASP dep-scan 是一个基于已知漏洞、安全公告和项目依赖的许可证限制的下一代安全与风险审计工具。支持本地仓库和容器镜像作为输入,该工具非常适合集成到ASPM/VM平台和CI环境中。 目录 功能特性 精确的可达数据流 可达性矩阵 Rust 可达性(通过 rusi) Go 可达性(通过 golem) .NET 可达性(通过 dosai) JVM、JavaScript、Python 和 PHP 可达性(通过 atom) 漏洞数据源 Linux 发行版 快速开始 本地扫描项目(Python 版本) 独立二进制文件(无需 Python 或 Node.js) 本地扫描容器(Pyth...

6.1AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/15 9:57 a.m.10 views

-CVE-2018-0834-aab-aar

致谢 @reubensammut,你是个狠人,兄弟。CVE-2018-0834 完整代码执行。包含静态偏移量,绕过 cfg、dep、aslr : 享用。...

9.3CVSS7.3AI score0.54927EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/15 9:24 a.m.7 views

Overflow-Demo-CVE-2017-11882

Overflow-Demo-CVE-2017-11882 通过 strcpy 文本字符串的简单溢出演示,类似 CVE-2017-11882 的 exp 构建 使用 Visual Studio 2017 构建(2019 也可用,2015 不可用)。 项目配置 root@kitploit: 项目设置: C/C++ 优化 优化:最大优化(利于体积)(/O1) 速度优先还是体积优先:利于小代码(/Os) 全程序优化:否 代码生成 基本运行时检查:默认 安全检查:禁用安全检查(/GS-) 链接器 高级 随机基址:否(/DYNAMICBASE:NO) 数据执行保护(DEP):否(/NXCOMPAT:...

9.3CVSS8AI score0.99945EPSS
SaveExploits33
Kitploit
Kitploit
added 2026/09/15 9:12 a.m.5 views

PESTO

PESTO:PE(文件)统计工具 描述 PESTO 是一个 Python 脚本,用于提取 PE 文件的某些安全特征或标志,并将其保存到数据库中。它会搜索整个目录中的每个 PE 二进制文件,并将结果存入数据库。 它检查头文件中的架构标志,以及以下安全标志:ASLR、NOSEH、DEP 和 CFG。代码足够清晰,您可以根据需要修改标志和格式。 更多详情和标志说明请参见: https://www.slideshare.net/elevenpaths/anlisis-del-nivel-proteccin-antiexploit-en-windows-10 功能...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 4:50 a.m.13 views

CVE-2018-14442

Foxit Reader CPDFParser::mpCryptoHandler Use After Free 1. Antecedentes del formato PDF 2. Diccionarios de cifrado 3. Detalles de la vulnerabilidad 4. Omisión de ASLR y DEP 5. Detalles del entorno 6. Disparador 7. Autor Antecedentes del formato PDF PDF es un formato de archivo utilizado para...

9.8CVSS8.3AI score0.04739EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 4:24 a.m.7 views

CVE-2021-39863

CVE-2021-39863 Adobe Acrobat Reader DC 21.005.20048.43252 32位 下载此版本:https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100520048/AcroRdrDC2100520048enUS.exe 绕过ASLR、DEP 无法绕过CFG 分析 团队博客 团队成员博客 - mntly Adobe root cause.pdf:解释CVE-2021-39863的根本原因 ExploitPoint.c:逆向漏洞函数 exploit.pdf:漏洞利用PDF...

7.8CVSS7.5AI score0.13191EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/15 4:21 a.m.26 views

idb

Idb idb is a tool to simplify some common tasks for iOS pentesting and research. Originally there was a command line version of the tool, but it is no longer under development so you should get the GUI version. idb has a new homepage athttp://www.idbtool.com All documentation and news are posted...

5.5AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 5:00 a.m.16 views

-Win10-x64-CloudMe-Sync-1.10.9-Buffer-Overflow-SEH-DEP-Bypass

-Win10-x64-CloudMe-Sync-1.10.9-Buffer-Overflow-SEH-DEP-Bypass 我的版本 - Win10 x64 CloudMe-Sync-1.10.9-Buffer-Overflow-SEH-DEP-Bypass...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 3:52 p.m.6 views

CloudMe-Sync-1.10.9---Buffer-Overflow-SEH-DEP-Bypass

CloudMe-Sync-1.10.9---Buffer-Overflow-SEH-DEP-Bypass 我的版本 - CloudMe-Sync-1.10.9---Buffer-Overflow-SEH-DEP-Bypass on Win7 x64 CVE-2018-6892...

9.8CVSS8.1AI score0.93392EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/12 1:47 p.m.6 views

easy-file-share-7.2-exploit-CVE-2018-9059

easy-file-share-7.2-exploit-CVE-2018-9059 Easy File Sharing Web Server 7.2 - 'UserID' 我的版本 'DEP' 绕过,我的版本在其上实现 已在 Windows 7 Ultimate(x86)上测试...

9.8CVSS8.4AI score0.7694EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/12 2:01 a.m.5 views

Foxit-Reader-RCE-with-virualalloc-and-shellcode-for-CVE-2018-9948-and-CVE-2018-9958

自定义漏洞利用:Foxit Reader 9.0.1.1049 版本中的释放后重用漏洞及绕过 ASLR 和 DEP 的堆利用 我的自定义漏洞利用:Foxit-Reader-RCE-with-virualalloc-and-shellcode-for-CVE-2018-9948-and-CVE-2018-9958 针对 Win 7 的自定义利用 留有 shellcode 空间 我的自定义 ROP 链在堆中为 shellcode 腾出空间 针对 Win 7...

8.8CVSS7.5AI score0.63689EPSS
SaveExploits13
OSV
OSV
added 2026/09/04 3:13 p.m.6 views

CVE-2026-80800 nfc: llcp: bound the connect_sn TLV walk to the skb

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: bound the connectsn TLV walk to the skb Commit 27256cdb290e "nfc: llcp: bound SNL TLV parsing to the skb and add length checks" fixed the unbounded TLV walk in nfcllcprecvsnl, and commit d8bd2dedbde5 "nfc: llcp: fix OO...

5.7AI score
SaveExploits0References12
OSV
OSV
added 2026/07/31 3:37 p.m.15 views

MAL-2026-11431 Malicious code in @0xlr/dep-confusion-poc (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 15016319bdfd6f98a13cf4dcca7adad8ad4a97678bfaa77e2cb9b7068be0a435 Self-described dependency-confusion proof-of-concept targeting the @gojek/argus internal scope name. The package's postinstall hook only runs echo...

5.6AI score
SaveExploits0References2
NVD
NVD
added 2026/07/07 10:16 a.m.20 views

CVE-2026-48891

A bug in Apache Airflow's /ui/dependencies scheduling graph endpoint applied the caller's readable-Dag filter to the top-level serialized Dag key but still emitted referenced Dag IDs through the dep.source and dep.target fields of trigger / sensor dependency entries. An authenticated UI user with...

4.3CVSS0.00636EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/07 12:00 a.m.31 views

PT-2026-56177

Name of the Vulnerable Software and Affected Versions Apache Airflow versions prior to 3.3.0 Description A bug in the /ui/dependencies scheduling graph endpoint allows an authenticated UI user with read permissions on some Dags to enumerate identifiers of other Dags they are not authorized to rea...

4.3CVSS6.1AI score0.00636EPSS
SaveExploits0References14
vulnersOsv
vulnersOsv
added 2026/06/11 1:27 p.m.6 views

@alenon/grpc-mock-server (>=3.1.21, <=3.2.3), @aliceo2/bookkeeping (>=1.8.0, <=1.12.0) +129 more potentially affected by CVE-2026-48068 via @grpc/grpc-js (>=1.13.0, <=1.13.4)

@grpc/grpc-js NPM version =1.13.0, =3.1.21, =1.8.0, =1.76.0, =1.0.0, =2.0.1, =1.0.7, =2.0.0, =1.1.37, =12.3.0, =0.3.1, =0.3.1, =0.3.8 and more Source cves: CVE-2026-48068 Source advisory: SNYK:JS-GRPCGRPCJS-17315646...

7.5CVSS5.3AI score0.00617EPSS
SaveExploits0
Rows per page
Query Builder