Lucene search
+L

421913 matches found

Kitploit
Kitploit
added 2026/09/20 2:42 p.m.9 views

robustness

Paquete robustness Instalación mediante pip: pip install robustness Lee la documentación: https://robustness.readthedocs.io/en/latest/index.html robustness es un paquete que creamos estudiantes del MadryLab para que entrenar, evaluar y explorar redes neuronales sea flexible y sencillo. Lo usamos ...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/20 2:41 p.m.16 views

sgx-step

精密なエンクレーブ実行制御のための実用的な攻撃フレームワーク SGX-Stepは、Intel x86プロセッサ全般、特にIntel SGXプラットフォームにおけるサイドチャネル攻撃研究を促進するためのオープンソースフレームワークです。SGX-Stepは、敵対的なLinuxカーネルドライバと、ユーザ空間から完全に信頼できないページテーブルエントリやx86 APICタイマ割り込みを設定できる小さなユーザ空間オペレーティングシステムライブラリで構成されています。SGX-Stepは、私たち自身の研究だけでなく、独立した研究者にも活用され、最大の時間分解能(つまり、被害エンクレーブを すべての...

5.8AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/20 2:41 p.m.13 views

TripleCross

TripleCross TripleCross is a Linux eBPF rootkit that demonstrates the offensive capabilities of the eBPF technology. TripleCross is inspired by previous implant designs in this area, notably the works of Jeff Dileo at DEFCON 271, Pat Hogan at DEFCON 292, Guillaume Fournier and Sylvain Afchain als...

6.3AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/20 2:40 p.m.10 views

backdoor-learning-resources

后门学习资源 本 Github 仓库总结了 后门学习(Backdoor Learning) 资源清单。更多细节和分类标准,请参考我们的综述。 我们将尽最大努力以月度为单位持续维护本 Github 仓库。 为什么是后门学习? 后门学习是一个新兴的研究领域,讨论机器学习算法训练过程中的安全问题。它在现实中安全地采用第三方训练资源或模型时至关重要。 注意:“后门”也常被称为“神经木马”或“木马”。 新闻 2023/7/24:我新增了十篇 ICLR'23 论文。该会议的所有论文现在应该都已收录。 2023/7/23:我新增了七篇 NeurIPS'22 论文和四篇 AAAI'23...

6.1AI score
SaveExploits0References92
Kitploit
Kitploit
added 2026/09/20 2:40 p.m.9 views

claude-XML-injection

Claude Sonnet 4.6 — Credential Fabrication via XML Tag Injection Reported: June 14, 2026 | Patched: June 20, 2026 | Anthropic Response: None 56 days Researcher: X1NON Affected Model: Claude Sonnet 4.6 and other non-Haiku Claude models Severity: High CVSS 8.7 Status: Patched — No bounty awarded, n...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 2:38 p.m.11 views

AzureAD-Attack-Defense

Microsoft Entra ID - 攻击与防御手册 本出版物汇集了针对 Microsoft Entra 的各种常见攻击场景以及如何缓解或检测这些攻击。 所有包含的场景、见解和评论均基于贡献者在攻击模拟、实际操作或真实世界场景中的经验。 本文档应被视为一份持续更新的文档,将随着实践的发展以及攻击与防御技术的变化而更新。 我们邀请社区中的身份或安全专家共同参与本文档的编写,贡献更新、反馈、评论或进一步的补充。 章节 密码喷射 同意授权 Azure DevOps 管道中的服务主体 Microsoft Entra Connect 同步服务帐户 主刷新令牌(PRT)及其他已签发令牌的重放...

6AI score
SaveExploits0References20
Kitploit
Kitploit
added 2026/09/20 2:34 p.m.4 views

Oracle-WebLogic-CVE-2022-21371

Oracle-WebLogic-CVE-2022-21371 Oracle WebLogic Server Local File Inclusion : CVE-2022-21371 Affected Version: Version: 12.1.3.0.0, 12.2.1.3.0, 12.2.1.4.0 and 14.1.1.0.0 Description: The Oracle Fusion Middleware's Oracle WebLogic Server product Web Container component is vulnerable to local file...

7.5CVSS7.4AI score0.92649EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/20 2:34 p.m.12 views

awesome-web-hacking

awesome-web-hacking 此列表面向任何希望学习 Web 应用程序安全但不知从何入手的人。 您可以通过发送 Pull Request 来添加更多信息。 如果您不想提交 PR,可以在 Twitter 上通过 @infoslack 联系我。 目录 书籍 文档 工具 速查表 Docker 漏洞 课程 在线黑客演示站点 实验室 SSL Ruby on Rails 安全 书籍 http://www.amazon.com/The-Web-Application-Hackers-Handbook/dp/8126533404/ 《Web 应用程序黑客手册:发现与利用安全漏洞》...

7.5CVSS7.2AI score0.99999EPSS
SaveExploits95References24
Kitploit
Kitploit
added 2026/09/20 2:33 p.m.16 views

dapr

driver-attack-platform 背景:https://github.com/nccgroup/dapr/wiki 前提条件 相对较新版本的 nodejs(已在 v11.4.0 版本上测试) 如果目标是 Linux 桌面,并且使用 NVM 管理 nodejs 安装,请运行以下命令以允许以 root 身份运行 node。 https://stackoverflow.com/a/29903645 如果目标是 Android 设备,请安装 ADB。设备上必须存在 su,或者 ADB 必须以 root 身份运行。 安装 root@kitploit: cd server npm...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 2:32 p.m.12 views

CVE-2023-27532

CVE-2023-27532 针对影响 Veeam Backup and Replication 的 CVE-2023-27532 的 PoC Technical Analysis 关于漏洞的技术根因分析可以在我们的博客中找到: https://www.horizon3.ai/veeam-backup-and-replication-cve-2023-27532-deep-dive Summary 此 PoC 利用不安全的 API 端点来提取凭据。 Usage root@kitploit:...

7.5CVSS8.4AI score0.7761EPSS
SaveExploits4
EUVD
EUVD
added 2026/09/20 2:30 p.m.9 views

EUVD-2026-83748

A flaw has been found in itsourcecode Leave Management System 1.0. This affects an unknown part of the file /module/department/index.php. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been published and may be used...

6.5CVSS
SaveExploits0References6
CVE
CVE
added 2026/09/20 2:30 p.m.12 views

CVE-2026-94032

CVE-2026-94032 is a SQL injection vulnerability in itsourcecode Leave Management System 1.0 , triggered by manipulating the ID argument in the file /module/department/index.php . The flaw is exploitable remotely with low privileges and no user interaction , leading to partial compromise of confid...

6.5CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/20 2:30 p.m.18 views

CVE-2026-94032 itsourcecode Leave Management System index.php sql injection

A flaw has been found in itsourcecode Leave Management System 1.0. This affects an unknown part of the file /module/department/index.php. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been published and may be used...

6.5CVSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/20 2:28 p.m.16 views

attack_range

Splunk Attack Range v5 Splunk Attack Range は、インストルメント化されたクラウド環境(AWS、Azure、GCP)を構築し、攻撃をシミュレートし、データを Splunk に転送して、検出の開発とテストを行います。 機能: ラボの構築 — Terraform と Ansible を使用して、小さな本番環境に近いラボ(Splunk、Windows/Linux サーバー、オプションの Kali、Zeek など)をデプロイします。 攻撃のシミュレート — Atomic Red Team(およびその他の)手法を実行して、実際のテレメトリを生成します。...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 2:28 p.m.9 views

CVE-2025-66478

CVE-2025-66478 - Next.js Server Actions RCE 漏洞實際攻擊日誌分析 概述 本專案收集了一個暴露在網際網路上的 Next.js 15.1.2 應用程式(執行於 Docker 容器中)所記錄的真實攻擊日誌。這些日誌展示了 CVE-2025-66478 漏洞在野外被大量自動化攻擊工具掃描和利用的情況。 紀錄時間範圍 : 2025-12-04 2025-12-06(約 48 小時) 環境資訊 : 框架: Next.js 15.1.2 執行環境: Bun v1.2.20 容器: Docker Alpine Linux 時區: Asia/Taipei...

7.9AI score
SaveExploits112References2
Kitploit
Kitploit
added 2026/09/20 2:25 p.m.12 views

Dejavu

DejaVU - Open Source Deception Platform DejaVu part of Camolabs.io is a deception platform which can be used to deploy decoys on both cloudfor now we support AWS and internal network. This is our presentation at Blackhat Europe where we show how we can leverage Deception to detect common adversar...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 2:24 p.m.14 views

OMLASP

OMLASP root@kitploit: | | | | | | || | | || | | | | | | | | OMLASP - Open Machine Learning Application Security Project is intended to become a standard for auditing Machine Learning algorithms. It will not only focus on the security of the algorithms but also on their biases. Typically, when...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 2:21 p.m.10 views

GitDorker

GitDorker GitDorker is a tool that utilizes the GitHub Search API and an extensive list of GitHub dorks that I've compiled from various sources to provide an overview of sensitive information stored on github given a search query. The Primary purpose of GitDorker is to provide the user with a cle...

6.1AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/20 2:21 p.m.10 views

phpstress

phpstress Night Lion Security 的概念验证拒绝服务/压力测试工具,用于针对运行在 Apache 和 NGINX 系统(PHP-FPM 和 PHP-CGI)上的 PHP 网站。 使用标准的有线/DSL 连接,此攻击可通过标准 HTTP 请求淹没 Linux Web 服务器的 CPU 和 RAM。此攻击影响使用 PHP-CGI 或 PHP-FPM(包括 WordPress 网站)处理动态 PHP 内容的 Apache 或 NGINX Web 服务器。此外,攻击(或默认)Web 服务器配置所发出的请求将在攻击结束后很长一段时间内持续占用服务器资源。...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 2:18 p.m.7 views

cve-2026-49975-http2bomb_reproduction

CVE-2026-49975 HTTP/2 Bomb Complete Reproduction Guide Based on QiAnXin CERT Advisory + Calif Original Research ================================================================ I. Vulnerability Overview CVE-2026-49975 is a critical denial-of-service DoS vulnerability in HTTP/2 server and proxy...

7.5CVSS7.3AI score0.34303EPSS
SaveExploits10References1
Rows per page
Query Builder