Lucene search
+L

1303985 matches found

Kitploit
Kitploit
added 2026/09/07 12:22 p.m.7 views

threatDemos

🚨 Android 安全威胁演示仓库 Android 安全漏洞与攻击向量的综合概念验证集合 本仓库作为教育资源,展示真实世界的 Android 安全威胁 及其相应的缓解策略 。每个演示都包含可运行的代码示例、详细的攻击向量和安全控制措施,帮助开发者理解并防止这些漏洞出现在生产应用中。 ⚡ 本仓库持续维护并不断扩展 🎯 仓库目标 🔍 演示真实的 Android 漏洞 ,附带可运行的概念验证代码 🛡️ 提供安全控制措施 以及每种威胁的缓解策略 📚 教育开发者 认识常见的 Android 安全陷阱 🧪 验证安全工具 ,如 MobSF 及其漏洞检测能力 ⚡ 研究前沿的 Android 利用技术 🗂️...

7.8CVSS7.7AI score0.20486EPSS
SaveExploits9References9
Kitploit
Kitploit
added 2026/09/07 12:22 p.m.5 views

PrintNightmare

Windows 打印后台处理程序服务 RCE CVE-2021-1675 PrintNightmare 如何禁用打印后台处理程序服务? CMD 命令提示符 net start | findstr -i "spooler" net stop spooler REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\Spooler" /v "Start " /t REGDWORD /d "4" /f PowerShell Get-Service -Name Spooler Stop-Service -Name Spooler -Force...

9.3CVSS7.9AI score0.86132EPSS
SaveExploits63
Kitploit
Kitploit
added 2026/09/07 12:21 p.m.5 views

WebSphere-WSIF-gadget

WSIF Gadget para WebSphere CVE-2020-4464 / CVE-2020-4450 Esto se basa en las excelentes entradas de blog de ZDI informe original de @tint0: https://www.thezdi.com/blog/2020/7/20/abusing-java-remote-protocols-in-ibm-websphere...

10CVSS8.1AI score0.34176EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 12:21 p.m.5 views

Log4JShell-Bytecode-Detector

🔍 Log4JShell 字节码检测器 Log4JShell 字节码检测器是一款开源工具,可帮助识别 jar 文件是否受严重漏洞 CVE-2021-44228 影响。该工具扫描 jar 文件,并将其中的类与一组预先计算好的易受攻击类的哈希值进行比对。这些哈希值已针对 Maven Central 上的工件预先计算。 重要更新:我们扩展了 Maven Central 上受影响工件列表。该列表包含 18,816 个工件。这些工件要么将 log4j-core 声明为依赖项,要么我们在其中识别出与受影响版本的 log4j-core 相匹配的 .class 文件。 📝 运行方法 1. 在发布页面下载...

10CVSS7.3AI score0.99999EPSS
SaveExploits368References4
Kitploit
Kitploit
added 2026/09/07 12:20 p.m.5 views

HyperV

HyperV Almost one year ago, I wrote a PoC for CVE-2017-0075 after had read Jordan Rabet's blackhat talk. But I've no time to make a working exploit:...

7.6CVSS7.6AI score0.1267EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 12:20 p.m.4 views

KTM_POCS

KTMPOCS This repo contains reports for CVE 2024-43570 and CVE 2024-43535, two vulnerabilities I found in the Windows Kernel Transaction Manager driver tm.sys. This repo also contains exploit code I used for the demos in the OffensiveCon25 Presentation: Hunting for Overlooked Cookies in Windows 11...

7CVSS6.8AI score0.00528EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/07 12:20 p.m.9 views

ZeroLogon-Exploitation-Check

Script to automate Checks for potential exploitation of CVE-2020-1472 aka ZeroLogon in the domain. This is a very "quick and dirty" script that automates some of the leading artifects in determining an actual exploitation of CVE-2020-1472, compiled from multiple blogs. Ideally, the 2nd check for...

10CVSS7.4AI score0.99389EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/07 12:20 p.m.4 views

CVE-2019-1253

Este repositorio no tiene un README...

7.8CVSS6.8AI score0.11616EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/07 12:20 p.m.4 views

LooneyPwner

LooneyPwner Exploit tool for CVE-2023-4911, targeting the 'Looney Tunables' glibc vulnerability in various Linux distributions. LooneyPwner is a proof-of-concept PoC exploit tool targeting the critical buffer overflow vulnerability, nicknamed "Looney Tunables," found in the GNU C Library glibc...

7.8CVSS7.1AI score0.81422EPSS
SaveExploits28References1
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.5 views

CVE-2019-0232

漏洞环境 root@kitploit: Tomcat 8.5.39 Jdk 8u121 编辑 web.xml 文件 root@kitploit: cgi org.apache.catalina.servlets.CGIServlet debug 0 cgiPathPrefix WEB-INF/cgi-bin executable 5 cgi /cgi-bin/ 编辑 content.xml 文件 root@kitploit: WEB-INF/web.xml $catalina.base/conf/web.xml !--...

9.3CVSS7.7AI score0.99652EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.9 views

cve-2020-1015

CVE-2020-1015 PoC for CVE-2020-1015 More detail available here To compile: 1. Create an empty C++ project in Visual Studio. 2. Add cve20201015.cpp and Source.idl to the project as source files. 3. Compile Source.idl. This will generate three files: Sourcec.c, Sourceh.h and Sources.c. 4. Add the...

7.8CVSS7.4AI score0.02608EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.6 views

-CVE-2024-24450-

-CVE-2024-24450- 後でテストするための仮説PoC(CVE-2024-24450用)...

5.3CVSS5.8AI score0.01472EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.8 views

drupal-cve-2018-7600-poc

Drupal Drupalgeddon 2 未授权远程代码执行漏洞(CVE-2018-7600) Drupal是一个使用PHP编写的免费开源的Web内容管理框架。 在Drupal 7.58之前的版本、8.3.9之前的8.x版本、8.4.6之前的8.4.x版本和8.5.1之前的8.5.x版本中存在远程代码执行漏洞。该漏洞影响了多个具有默认或常见模块配置的子系统,包括Form API。 参考链接: https://www.drupal.org/sa-core-2018-002 https://research.checkpoint.com/uncovering-drupalgeddon-2/...

9.8CVSS7.7AI score0.99991EPSS
SaveExploits49References1
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.5 views

CVE-2022-44268-pilgrimage

CVE-2022-44268 任意文件读取 PoC - PNG 生成器 这是由 https://www.metabaseq.com/imagemagick-zero-days/ 发现的 ImageMagick 漏洞的概念验证。 这是一个针对 Pilgrimage HackTheBox 挑战的自动化工具。 这是从 https://git.rotfl.io/v/CVE-2022-44268 分支出来的。 已在 ImageMagick v. 7.1.0-48 和 6.9.11-60 上测试。 使用方法 克隆项目 git clone...

6.5CVSS7.4AI score0.89855EPSS
SaveExploits28
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.8 views

SimpleCTF-THM-Walkthrough

SimpleCTF-THM-Relatory 首次成功完成的CTF!本仓库记录了我对TryHMe的Simple CTF的演练过程。涵盖网络侦察(Nmap)、Web利用(CVE-2019-9053)和凭据破解。作为开发者,通过利用Sudo错误配置,从SQLi转向Root shell,感觉很棒。仅供教育目的。 本仓库包含我在TryHackMe上Simple CTF房间的技术文档和分步演练。这标志着我首次成功完成的CTF挑战,涵盖从初始侦察到Root权限提升的完整攻击生命周期。 应用的关键技能: 侦察:使用Nmap进行服务枚举,使用Gobuster进行目录暴力破解。...

8.1CVSS7.6AI score0.68581EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.4 views

Yasa-CVE-2023-46229

Yasa-CVE-2023-46229 Python exploit for CVE-2023-46229 with Yasa 项目介绍 本项目是针对 CVE-2023-46229 的 Python 利用脚本与实验报告,仅供学习与研究使用 。 文件结构 README.md: 项目说明文档 丁云山YasaCVE202346229.pdf: 完整实验报告 pocssrf.py: 漏洞利用脚本 注意事项 本项目仅用于安全研究与学习 ,严禁用于非法用途 请遵守相关法律法规与道德准则 License MIT License...

8.8CVSS8.1AI score0.44711EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.7 views

CVE-2025-31258-PoC

CVE-2025-31258-PoC 1day 练习 - 使用 RemoteViewServices 逃逸沙箱(部分)...

6.5CVSS5.9AI score0.00407EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 12:19 p.m.8 views

Incident-Analysis-Response-Check-Point-Security-Gateway-CVE-2024-24919-LFI-Exploitation

事件分析:Check Point 安全网关 CVE-2024-24919 利用尝试 📌 执行摘要 2024年6月6日下午03:12,安全监控系统针对一次针对 Check Point 安全网关(CP-Spark-Gateway-01,IP:172.16.20.146)的高危漏洞利用尝试触发了警报。外部攻击者(源 IP 为 203.160.68.12)试图利用 CVE-2024-24919 (任意文件读取漏洞),通过向 /clients/MyCRL 端点发送精心构造的 HTTP POST...

8.6CVSS7.3AI score0.99978EPSS
SaveExploits53
Kitploit
Kitploit
added 2026/09/07 12:18 p.m.5 views

Valve-Press-CVE-2024-27956-RCE

Valve-Press-CVE-2024-27956-RCE Valve Press - CVE-2024-27956-RCE - SQL Injection...

9.9CVSS8.5AI score0.93971EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/07 12:18 p.m.5 views

printnightmare

printnightmare CVE-2021-34527 implementation...

9CVSS7.9AI score0.99792EPSS
SaveExploits41
Rows per page
Query Builder