Lucene search
+L

3621 matches found

Kitploit
Kitploit
added 2026/09/15 9:16 p.m.47 views

nfcgate

NFCGate ⚠️NFCGate is currently being falsely detected as "NGate" malware. Please seethis issue for up-to-date information.⚠️ NFCGate is an Android application meant to capture, analyze, or modify NFC traffic. It can be used as a researching tool to reverse engineer protocols or assess the security...

5.9AI score
SaveExploits0References18
Kitploit
Kitploit
added 2026/09/15 8:59 p.m.15 views

CVE-2026-60004

CVE-2026-60004 — Gitea Diffpatch Git Hook 远程代码执行(RCE) 裸克隆钩子注入 → post-index-change → 任意命令执行 概述 CVE-2026-60004 是 Gitea 和 Forgejo 自托管 Git 平台中的一个严重级别(CVSS 9.8)预认证 远程代码执行漏洞,影响 1.17 至 1.27.0 版本。 该漏洞利用了 POST /api/v1/repos/owner/repo/diffpatch API 端点中的裸克隆设计缺陷。Gitea 在裸临时克隆 中应用用户提供的补丁——此时仓库根目录就是 $GITDIR...

9.8CVSS8.8AI score0.86777EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/09/15 8:56 p.m.6 views

CVE-2024-32002

GIT RCE CVE-2024-32002 Descripción | CVE-2024-32002 | https://www.tarlogic.com/blog/cve-2024-32002-vulnerability-git/ | Exploit | Primero necesitas crear los repositorios "calledrepo" y "commandrepo" en git. | La víctima más tarde llamará a calledrepo con "git clone --recursive calledrepo.git" qu...

9CVSS7.8AI score0.29234EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/09/15 7:47 p.m.7 views

CVE-2024-32002

CVE-2024-32002: git clone を介したGit RCEの悪用 このリポジトリは、CVE-2024-32002を悪用するPoCを含んでいます。これはGitの脆弱性で、git clone操作中にRCEを引き起こします。特定の方法でサブモジュールを含むリポジトリを作成することで、攻撃者は大文字小文字を区別しないファイルシステム上のシンボリックリンク処理を悪用して、.git/ディレクトリにファイルを書き込み、悪意のあるフックの実行につなげることができます。 注記: このPoCはWindowsまたはMacシステムでのみ動作します。 ブログ記事...

9CVSS8.1AI score0.29234EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/09/15 7:18 p.m.11 views

git_rce

CVE-2024-32002:利用 git clone 实现 Git 远程代码执行 该仓库包含 CVE-2024-32002 的 PoC,该漏洞允许在 git clone 操作期间实现远程代码执行。通过以特定方式构造带有子模块的仓库,攻击者可以利用不区分大小写的文件系统上的符号链接处理,将文件写入 .git/ 目录,从而执行恶意钩子。 注意: 此 PoC 仅适用于 Windows 或 Mac 系统。 博客文章 关于此漏洞逆向分析的详细说明,请参见博客文章:https://amalmurali.me/posts/git-rce。 工作原理 1...

9CVSS8.1AI score0.29234EPSS
SaveExploits32References2
Kitploit
Kitploit
added 2026/09/15 6:56 p.m.11 views

CVE-2024-32002

CVE-2024-32002:通过 git clone 利用 Git 远程代码执行 本仓库包含用于利用 CVE-2024-32002 的 PoC,这是一个 Git 漏洞,允许在 git clone 操作期间执行远程代码。通过使用特定方式构造带子模块的仓库,攻击者可以利用不区分大小写的文件系统上的符号链接处理,将文件写入 .git/ 目录,从而导致执行恶意钩子。 注意: 此 PoC 仅在 Windows 或 Mac 系统上有效。 博客文章 有关如何逆向此漏洞的详细说明,请参阅博客文章:https://amalmurali.me/posts/git-rce。 工作原理 1...

9CVSS8.1AI score0.29234EPSS
SaveExploits32References3
Kitploit
Kitploit
added 2026/09/15 6:26 p.m.4 views

cve-2025-48384-poc

CVE-2025-48384 的概念验证 本概念验证演示了Git中CR路径子模块解析错误漏洞,该漏洞可在执行 git clone --recurse-submodules 时导致任意钩子执行。 ⚠️ 警告 此代码仅用于教育和测试目的 。请勿 在任何生产环境中运行。 🧪 使用方法 root@kitploit: git clone https://github.com/yourname/cve-2025-48384-poc.git cd cve-2025-48384 chmod +x generatepoc.sh ./generatepoc.sh cd mainrepo git clone...

8CVSS7.7AI score0.04109EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/15 6:14 p.m.41 views

fapro

FaPro Free,Cross-platform,Single-file mass network protocol server simulator 中文Readme Description FaPro is a Fake Protocol Server tool, Can easily start or stop multiple network services. The goal is to support as many protocols as possible, and support as many deep interactions as possible for...

5.4AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/15 1:56 p.m.8 views

CVE-2024-32004

创建 tmp 仓库,设置uploadpack.allowfilter为true git init tmp git -C tmp config uploadpack.allowfilter 1 从 tmp 仓库 克隆 evil git clone --filter=blob:none --no-local --no-checkout tmp evil rm -rf tmp 配置远程过滤脚本 git -C evil config remote.origin.uploadpack "./fake-upload-pack" 执行恶意脚本 git pull...

8.1CVSS7.7AI score0.01351EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 1:39 p.m.9 views

CVE-2025-48384-poc

CVE-2025-48384 PoC CVE-2025-48384 表现为 Git 中的不当链接解析(符号链接跟随)漏洞。具体来说,带有回车符的文件名在 .git/config 中解析不当,并且将一个指向子模块中 git 钩子可执行文件的符号链接作为子模块钩子目录,可能会导致在通过 git clone --recursive 克隆仓库时执行任意代码。 Git for Microsoft Windows 不受此漏洞影响,主要影响 Linux 和 macOS 上的特定 Git 版本。受影响版本如下: v2.50.0 v2.49.0 v2.48.0-v2.48.1 v2.47.0–v2.47....

8CVSS7.7AI score0.04109EPSS
SaveExploits9References1
Kitploit
Kitploit
added 2026/09/15 1:36 p.m.7 views

CVE-2024-32002

CVE-2024-32002 CVE-2024-32002を利用するための小さなスクリプトです(利用可能なCVEに基づく) 使い方 まず、GitHubまたはGitLab上に2つの空のリポジトリを作成します。 次に、このスクリプトをgit cloneして実行します。 最後に: git clone –recursive repo2 を実行してRCEを自動化します。...

9CVSS7.9AI score0.29234EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/09/15 12:37 p.m.67 views

smuggler

root@kitploit: / | | | | \ | | | | |/ |/ | || |/ | | | || | | | || | | /||||/ \ |\ || | @defparam Smuggler An HTTP Request Smuggling / Desync testing tool written in Python 3 Acknowledgements A special thanks to James Kettle for his research and methods into HTTP desyncs And a special thanks to...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 12:18 p.m.54 views

trajan

Trajan: CI/CD Security Scanner Trajan scans CI/CD pipelines for security vulnerabilities that attackers use to compromise software supply chains. It supports GitHub Actions, GitLab CI, Azure DevOps, Jenkins, and JFrog. What it does Trajan parses workflow YAML files, builds dependency graphs, runs...

5.5AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 11:56 a.m.11 views

CVE-2021-21300

CVE-2021-21300 gitの複数のバージョンにおいて、シンボリックリンクの処理が厳格ではありません。大文字小文字を区別する(例:Linux)ファイルシステムでファイルをgitにアップロードした後、大文字小文字を区別しないファイルシステム(例:Windows)を持つホストが悪意のあるリポジトリをクローンすると、リモートコード実行が発生する可能性があります。 影響を受けるバージョン 2.15 から 現行の 2.30.1 解決策 1、バージョンアップ 2、以下を実施 git の symlink を無効にする: git config --global core.symlinks fal...

8CVSS7.1AI score0.88533EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/15 11:36 a.m.8 views

bad_ducky

Bad Ducky 概要 Bad Ducky は、別の Rubber Ducky クローンです。CJMCU BadUsb(ATMEGA32u4 - Arduino Leonardo クローン)ボードに基づいており、オンボードのカードリーダーを備えています。eBay や aliexpress で購入できます。私の目標は、Rubber Ducky スクリプトと互換性があり、ハードウェアを改造しなくても(DIP スイッチを追加せずに)実行するスクリプトを簡単に選択できるものを作成することでした。 この製品の特長は? すべてのコマンドをサポートする Rubber Ducky スクリプト...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/15 11:36 a.m.1305 views

bad_ducky

Bad Ducky Summary Bad Ducky is yet another Rubber Ducky clone. It is based on CJMCU BadUsb ATMEGA32u4 - Arduino Leonardo clone board with onboard card reader, which you can buy on ebay or aliexpress. My goal was to create something compatible with Rubber Ducky scripts, while having ability to...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/15 11:22 a.m.9 views

powercat

powercat Netcat:PowerShell 版本。(支持 PowerShell 2 及以上版本) 安装 powercat 是一个 PowerShell 函数。首先,你需要加载该函数才能执行它。你可以将以下命令之一放入你的 PowerShell 配置文件中,以便在 PowerShell 启动时自动加载 powercat。 root@kitploit: 从下载的 .ps1 文件加载函数: . .\powercat.ps1 从 URL 加载函数: IEX New-Object...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 10:44 a.m.127 views

rdpy

RDPY Remote Desktop Protocol in twisted python. RDPY is a pure Python implementation of the Microsoft RDP Remote Desktop Protocol protocol client and server side. RDPY is built over the event driven network engine Twisted. RDPY support standard RDP security layer, RDP over SSL and NLA...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 10:42 a.m.124 views

sparrow-wifi

Sparrow-WiFi Sparrow-WiFi is a 2.4 GHz and 5 GHz WiFi and Bluetooth spectral awareness tool for Linux. It integrates WiFi scanning, Bluetooth Low Energy and Classic discovery, software-defined radio spectrum analysis HackRF, Ubertooth, GPS tracking, FAA RemoteID drone detection, drone/rover-mount...

5.7AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/15 10:07 a.m.6 views

CVE-2021-21300

CVE-2021-21300 クローンしてくれ そうすればあなたのマシンに 'PWNED' と表示される 参照:https://www.openwall.com/lists/oss-security/2021/03/09/3...

8CVSS7.1AI score0.88533EPSS
SaveExploits5
Rows per page
Query Builder