Lucene search
+L

300836 matches found

Kitploit
Kitploit
added 2026/09/14 3:35 p.m.7 views

octosuite

GitHubデータ分析のためのターミナルベースのツールキット。 root@kitploit: $ octosuite user torvalds root@kitploit: from pprint import pprint import octosuite user = octosuite.Username="torvalds" exists, profile = user.exists if exists: pprintprofile インストール root@kitploit: pip install octosuite 使用法 TUI(対話型)...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 3:35 p.m.46 views

octosuite

Terminal-based toolkit for GitHub data analysis. root@kitploit: $ octosuite user torvalds root@kitploit: from pprint import pprint import octosuite user = octosuite.Username="torvalds" exists, profile = user.exists if exists: pprintprofile Installation root@kitploit: pip install octosuite Usage T...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 3:35 p.m.505 views

byob

Questions? Check out the docs or join our Discord support server Disclaimer : This project should be used for authorized testing or educational purposes only. BYOB is an open-source post-exploitation framework for students, researchers and developers. It includes features such as: Command & contr...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/14 3:35 p.m.6 views

Follina

Follina Notas relacionadas con CVE-2022-30190 FOLLINA: CVE-2022-30190 1. Usa la Herramienta de diagnóstico de soporte de Microsoft MSDT 2. Explota la ventana de diagnóstico abierta para el diagnóstico y, cuando se ejecuta correctamente, proporciona una shell inversa al atacante. 3. Github: a...

9.3CVSS7.8AI score0.99234EPSS
SaveExploits63References2
Kitploit
Kitploit
added 2026/09/14 3:34 p.m.5 views

Notepad-8.9.6-PoC

Notepad++ PoCs CVE-2026-48770 / CVE-2026-48778 / CVE-2026-48800 三个针对 Notepad++ = 8.9.6 版本的漏洞概念验证脚本,已在 v8.9.6.1 2026-05-26 中修复。 漏洞信息 CVE| 类型| CVSS| 影响 ---|---|---|--- CVE-2026-48770| 通过 WMCOPYDATA 越界读取| 5.0| 拒绝服务/崩溃 CVE-2026-48778| 通过 config.xml 操作系统命令注入| 7.8| 远程代码执行 CVE-2026-48800| 通过 shortcuts.x...

7.8CVSS6.7AI score0.0062EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/14 3:34 p.m.22 views

sdnpwn

What is sdnpwn? sdnpwn is a toolkit and framework for testing the security of Software-Defined Networks SDNs. For more information check out this article: https://sdnpwn.net/2017/08/22/what-is-sdnpwn/ Installation First download sdnpwn using git root@kitploit: git clone...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 3:33 p.m.12 views

CVE-2025-50505

CVE-2025-50505 未经授权的 API 导致 Clash Verge Rev 中的任意命令执行与权限提升 描述 该漏洞源于 clash-verge-service 组件暴露的一个未认证 API 端点,该组件默认以提升的权限安装。此缺陷允许攻击者执行任意命令,进而产生两种主要攻击场景:宿主机上的本地权限提升(LPE)以及在特定条件下的远程代码执行(RCE)。 如果用户启用了局域网连接,同一局域网(LAN)内的攻击者即可利用 RCE 攻击向量。更严重的是,通过将该漏洞与 DNS...

7.8CVSS5.9AI score0.00231EPSS
SaveExploits1References7
Kitploit
Kitploit
added 2026/09/14 3:32 p.m.8 views

CVE-2023-38545-libcurl-SOCKS5-heap-buffer-overflow

Disclaimer This article is intended solely for technical discussion and learning. Any direct or indirect consequences or losses caused by the use of the information provided herein shall be borne solely by the user. The author assumes no responsibility for such consequences or losses...

9.8CVSS7.2AI score0.78483EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/14 3:32 p.m.31 views

nishang

Nishang Nishang is a framework and collection of scripts and payloads which enables usage of PowerShell for offensive security, penetration testing and red teaming. Nishang is useful during all phases of penetration testing. By Nikhil Mittal Founder of Altered Security - Hands-on red team and...

6.5AI score
SaveExploits0References79
Kitploit
Kitploit
added 2026/09/14 3:32 p.m.8 views

nishang

Nishang Nishangは、攻撃的セキュリティ、ペネトレーションテスト、レッドチーム活動においてPowerShellを活用するためのフレームワークであり、スクリプトとペイロードのコレクションです。Nishangはペネトレーションテストの全フェーズで有用です。 作成者: Nikhil Mittal Altered Security - 実践的なレッドチームおよびエンタープライズセキュリティトレーニング! の創設者 使用方法 現在のPowerShellセッションにすべてのスクリプトをインポートします(PowerShell v3以降)。 root@kitploit: PS...

6AI score
SaveExploits0References79
Kitploit
Kitploit
added 2026/09/14 3:32 p.m.522 views

vulhub

Vulhub is an open-source collection of pre-built, ready-to-use vulnerable Docker environments. With just one command you can launch a vulnerable environment for security research, learning, or demonstration, no prior Docker experience required. 中文版本Chinese version Quick Start Install Docker examp...

5.5AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/14 3:32 p.m.6 views

CVE-2019-15107

CVE-2019-15107 Webmin 利用工具 CVE-2019-15107 在 Webmin =1.920 中发现了一个问题。参数 old 在 passwordchange.cgi 中包含了命令注入漏洞。 NVD 编译 root@kitploit: $ git clone https://github.com/whokilleddb/CVE-2019-15107 $ cd CVE-2019-15107 $ make 使用示例 root@kitploit: $ ./exploit http://thomaswreath.thm:10000 + CVE-2019-15107 Webm...

10CVSS8.4AI score0.99766EPSS
SaveExploits39References1
Kitploit
Kitploit
added 2026/09/14 3:32 p.m.5 views

CVE-2025-34028-PoC-Commvault-RCE

CVE-2025-34028 - Commvault Command Center 远程代码执行 一个针对 CVE-2025-34028 的 Python 漏洞利用工具,该漏洞是 Commvault Command Center 中的一个远程代码执行漏洞。此工具支持测试单个目标或批量扫描多个主机。 功能 支持单个目标或批量扫描 自动验证 Commvault 实例 详细输出,包含系统用户信息 每次执行生成随机路径 易受攻击主机的清晰汇总表 全面的错误处理 安装 root@kitploit: git clone...

10CVSS8.5AI score0.97657EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/14 3:31 p.m.8 views

CVE-2026-28672

CVE-2026-28672 — Apache Ranger UnixUserGroupBuilder OS 命令注入 Apache Ranger user-sync(unixusersync)模块中 OS 命令注入漏洞的可运行概念验证复现程序。 在枚举每个已同步用户所属的组时,UnixUserGroupBuilder 会通过 shell 执行 id 命令,并将用户名 拼接到命令行中: root@kitploit: // ugsync/src/main/java/org/apache/ranger/unixusersync/process/UnixUserGroupBuilder.jav...

9.8CVSS5.9AI score0.0131EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/14 3:31 p.m.188 views

secator

The pentester's swiss knife. Features • Supported commands • Installation • Usage • Documentation • Join us on Discord ! secator is a task and workflow runner used for security assessments. It supports dozens of well-known security tools and it is designed to improve productivity for pentesters a...

9.1CVSS8.5AI score0.55006EPSS
SaveExploits7References2
Kitploit
Kitploit
added 2026/09/14 3:31 p.m.10 views

safe-chain

Aikido Safe Chain ✅ Block malware on developer laptops and CI/CD ✅ Supports npm and PyPI more package managers coming ✅ Blocks packages newer than 48 hours without breaking your build ✅ Tokenless, free, no build data shared Need protection beyond npm & PyPI? Aikido Device Protection builds on Saf...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/14 3:30 p.m.4 views

SOC274-Palo-Alto-Networks-PAN-OS-Command-Injection-Vulnerability-Exploitation-CVE-2024-3400

SOC274 - Palo Alto Networks PAN-OS 命令注入实验室 概述 本仓库包含 SOC274 实验室练习的配套材料,该练习聚焦于 Palo Alto Networks PAN-OS 命令注入漏洞。 实验室演练 有关此 Let's Defend SOC 实验室的详细演练,请参阅: SOC274 实验室演练 内容 分步指南 分析方法 事件响应流程 技术发现...

10CVSS8.4AI score0.99999EPSS
SaveExploits46References1
Kitploit
Kitploit
added 2026/09/14 3:30 p.m.7 views

WooRefer

WooRefer | CVE-2022-4047 - Return Refund and Exchange For WooCommerce 用于检测和利用 CVE-2022-4047 漏洞的自动化批量工具 - Return Refund and Exchange For WooCommerce install.sh sha1sum install.sh | grep 12345678 md5sum install.sh sha512sum install.sh bash install.sh 使用方法 请确保你已经安装了 Parallel! 然后执行: git clone...

9.8CVSS8.1AI score0.06152EPSS
SaveExploits3References2
Kitploit
Kitploit
added 2026/09/14 3:30 p.m.6 views

cve-2023-38408

CVE-2023-38408:理解与模拟真实世界的SSH-Agent漏洞 目录 1. 引言 2. 背景概念 3. CVE-2023-38408漏洞 4. 实际模拟与测试 5. 技术分析 6. 修复与缓解措施 7. 结论 1. 引言 报告目的 本报告旨在通过理论理解与实际模拟,分析CVE-2023-38408——一个在OpenSSH中发现的关键真实世界漏洞。报告阐述了该漏洞的技术基础,演示了如何在受控环境中加以利用,并考察了已实施的缓解措施。 分析真实世界漏洞的重要性...

9.8CVSS7.2AI score0.797EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/14 3:30 p.m.6 views

CVE-2023-43208

CVE-2023-43208 — Mirth Connect 预认证远程代码执行 在 NextGen Healthcare Mirth Connect CVSS 9.8(严重) — CVE-2023-37679 的补丁绕过 概述 Mirth Connect 在 /api/users 端点上使用 Java XStream 库反序列化 XML 负载,无需身份验证 。原始修复(CVE-2023-37679)引入了一个危险类黑名单,但通过使用 Apache Commons Lang3 中的 EventBindingInvocationHandler 结合 Commons Collections4...

9.8CVSS8.5AI score0.82708EPSS
SaveExploits21
Rows per page
Query Builder