15 matches found
kernel-exploit-factory
kernel-exploit-factory 更新し続けています...... LinuxカーネルCVEエクスプロイト解析レポートと関連デバッグ環境。もうLinuxカーネルをコンパイルしたり、環境を設定したりする必要はありません。 このリポジトリは、すべてのLinuxカーネルエクスプロイトと関連デバッグ環境をまとめたものです。Qemuを使用してカーネルを起動し、エクスプロイトをテストできます。 例bash Eg, test CVE-2017-11176, finally you levate privileges and get the shell...
Windows10Exploits
Windows10Exploits 単一のCVEをダウンロード 変数はあくまで例です ; 独自の SVN スクリプトを作成して、単一のフォルダ = CVE = をダウンロードできます。 よろしく @nu11secur1ty $CVE = CVE-2018-0833 root@kitploit: svn checkout https://github.com/nu11secur1ty/Windows10Exploits/trunk/Undefined/$CVE 分析説明のリンクテーブル: CVE-Mitre より...
easy-exploits
easy-exploits このリポジトリには、過去に私が特定したさまざまなCVE...
PoC-AutoSync
🧠 PoC-AutoSync-Github poc-in-github.motikan2010.net から公開されている Proof-of-Concept PoC エクスプロイトを自動的に収集し、自動更新によりデータベースを最新の状態に保ちます。研究および防御目的のみに、責任を持ってご利用ください。 nomi-sec/PoC-in-GitHub に触発されたプロジェクトです。 🔍 概要 このリポジトリは GitHub Actions により毎時自動的に更新されます。 各 CVE PoC は /pocs/ ディレクトリ内に Markdown ファイルとして保存されます。...
CVE
Proof-of-Concept エクスプロイトのリポジトリ このリポジトリには、セキュリティテストおよび研究目的で作成した Proof-of-Concept(PoC)エクスプロイトのコレクションが含まれています。 各フォルダは CVE 識別子(例:CVE-2025-XXXX/)ごとに整理されており、対応するエクスプロイトコードとドキュメントが含まれています。 一部の PoC は ExploitDB でも入手できる場合がありますが、その他の PoC はこのリポジトリでのみ管理されています。 目的 特定の脆弱性の影響を検証するための再現可能な PoC を提供する。...
Ubiquiti-CVE
Ubiquiti-CVE ⚡ 简单用法 仅可在安全且获得授权的环境中使用本项目,例如: 本地虚拟机 Docker 容器 隔离的实验环境 获得授权的渗透测试环境 示例设置: root@kitploit: git clone cd 项目使用 Python,按照以下步骤操作 创建虚拟环境 python -m venv venv 激活虚拟环境 macOS / Linux source venv/bin/activate Windows Git Bash / WSL source venv/Scripts/activate 安装依赖 pip install -r requirements.txt...
exploittracker
Exploit Tracker Go A small Go CLI that polls the public Po...
lightweight-msf
Lightweight-MSF !License: MIThttps://img.shields.io/badge...
RuleForge: Automated Generation and Validation for Web Vulnerability Detection at Scale
Security teams face a challenge: the volume of newly disclosed Common Vulnerabilities and Exposures CVEs far exceeds the capacity to manually develop detection mechanisms. In 2025, the National Vulnerability Database published over 48,000 new vulnerabilities, motivating the need for automation. W...
Exploit for Race Condition in Canonical Ubuntu_Linux
Privilege Escalation Analyzer v4.0 A comprehensive Linux priv...
PT-2025-31958 · Undefined · Undefined
Hi, I run a following script for a vulnerability test for my home network; nmap 192.168.1.1/24 -n -sP |rg -o "192." scan.txt nmap -sV --script vulners --script-args mincvss=7.0 -iL scan.txt Then I get this Vulner output in port 80; Nmap scan report for 192.168.1.5 Host is up 0.00021s latency. Not...
CISA Updates Advisory on Threat Actors Exploiting Multiple CVEs Against Zimbra Collaboration Suite
CISA and the Multi-State Information Sharing & Analysis Center MS-ISAC have updated joint Cybersecurity Advisory AA22-228A: Threat Actors Exploiting Multiple CVEs Against Zimbra Collaboration Suite, originally released August 16, 2022. The advisory has been updated to include an additional Malwar...
Golang Cryptomining Worm Offers 15% Speed Boost
A freshly discovered variant of the Golang crypto-worm was recently spotted dropping Monero-mining malware on victim machines; in a switch-up of tactics, the payload binaries are capable of speeding up the mining process by 15 percent, researchers said. According to research from Uptycs, the worm...
PayloadsAllTheThings - A List Of Useful Payloads And Bypass For Web Application Security And Pentest/CTF
A list of useful payloads and bypasses for Web Application Security. Feel free to improve with your payloads and techniques ! Every section contains the following files, you can use the templatevuln folder to create a new chapter: README.md - vulnerability description and how to exploit it Intrud...
Oracle Database Attacking Tool: ODAT
ODAT Oracle Database Attacking Tool is an open source penetration testing tool that tests the security of Oracle Databases remotely . Usage examples of ODAT: You have an Oracle database listening remotely and want to find valid SIDs and credentials in order to connect to the database You have a...