Lucene search
+L

89 matches found

Kitploit
Kitploit
added 2026/09/22 4:10 p.m.11 views

struts-pwn_CVE-2017-9805

struts-pwn - CVE-2017-9805 漏洞利用工具 适用于 Apache Struts CVE-2017-9805 的漏洞利用工具 使用方法 检查单个 URL 是否存在漏洞。 python struts-pwn.py --url 'http://example.com/struts2-rest-showcase/orders/3' 检查 URL 列表是否存在漏洞。 python struts-pwn.py --list 'urls.txt' 对单个 URL 进行漏洞利用。 python struts-pwn.py --exploit --url...

8.1CVSS7.6AI score0.99396EPSS
SaveExploits24
Kitploit
Kitploit
added 2026/09/22 3:35 p.m.8 views

C2-Pwn

C2-Pwn 使用 Shodan API 拉取 C2 服务器,并在其上运行已知漏洞利用。 需要 Shodan 账户以使用 API。https://www.shodan.io/ Rat 漏洞利用支持 Dark Comet 远程文件下载 https://www.rapid7.com/db/modules/auxiliary/gather/darkcometfiledownloader Gh0st Rat 缓冲区溢出 https://www.rapid7.com/db/modules/exploit/windows/misc/gh0st Net Bus 16.0 认证绕过...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 11:37 a.m.98 views

seccomp-tools

Seccomp Tools Powerful tools for seccomp analysis. This project is aimed primarily but not exclusively at analyzing seccomp sandboxes in CTF pwn challenges. Some features are CTF-specific, but they're just as useful for analyzing real-world seccomp filters. Features Dump - Automatically dumps...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 7:05 a.m.23 views

ctf-skills

ctf-skills Agent Skills for solving CTF challenges — web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT, and more. Works with any tool that supports the Agent Skills spec, including Claude Code. インストールbash npx skills add ljagiello/ctf-skills root@kitploit: Friday Studio...

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

struts-pwn_CVE-2018-11776

struts-pwn - CVE-2018-11776 漏洞利用工具 用于 Apache Struts CVE-2018-11776 的漏洞利用工具 用法 检查单个 URL 是否存在漏洞。 python struts-pwn.py --url 'http://example.com/demo/struts2-showcase/index.action' 检查 URL 列表中的每个地址是否存在漏洞。 python struts-pwn.py --list 'urls.txt' 对单个 URL 执行漏洞利用。 python struts-pwn.py --exploit --url...

9.3CVSS8.3AI score0.99991EPSS
SaveExploits42
Kitploit
Kitploit
added 2026/09/21 10:51 p.m.10 views

2018-QWB-CTF

2018-QWB-CTF 2018强网杯CTF题目整理 root@kitploit: │ ├── 01Misc-4题 │ ├── 题目名称:ai-nimals │ │ └── 题目名称:ai-nimals.mhtml │ ├── 题目名称:welcome │ │ └── 题目名称:welcome.mhtml │ ├── 题目名称:签到 │ │ └── 题目名称:签到.mhtml │ └── 题目名称:问卷调查 │ └── 题目名称:问卷调查.mhtml ├── 02Crypto-5题 │ ├── 题目名称:nextrsa │ │ └──...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/21 9:09 p.m.13 views

elfxtract

ELFXtract ELFXtract 是一款自动化分析工具,用于枚举 ELF 二进制文件 由 Radare2 和 r2ghidra 提供支持 该工具专门为 PWN 挑战开发,具有许多自动化功能 它几乎显示 ELF 的所有详细信息,并使用 r2ghidra 将其 ASM 反编译为 C 代码 在 Ghidra 中反编译 ELF 需要更多时间,但在 elfxtract 中,反编译和显示只需几秒 ELFXtract 的功能 1. 文件信息 2. 共享对象依赖详细信息 3. ELF 安全缓解措施详细信息 / Checksec 4. 字符串详细信息 5. 头部内存映射 6. ROP 小工具 7...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/20 5:40 p.m.12 views

CVE-2021-4034-CTF-writeup

CVE-2021-4034-CTF-writeup 这是一个我用 C 语言编写的 CTF pwn 挑战,要求用户利用 CVE-2021-4034 漏洞。玩家会在此仓库的 challenge 目录中获得 2 个二进制文件。chal 二进制实现了该 CTF 挑战,而 shelly.so 是一个辅助二进制。 如何模拟此挑战 在撰写本文时,Dockerfile 尚未完成。Dockerfile 是现场 CTF 中部署此挑战所必需的,但在本地并非必需:你仍然可以通过设置用户权限并安装易受攻击的软件包来在本地模拟此挑战,具体步骤如下: 1. 为了成功利用此漏洞,不在 Linux 机器上的玩家应首先安装...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits155References1
Kitploit
Kitploit
added 2026/09/18 11:46 p.m.8 views

Challenges_2022_Public

区块链 Challenge| Author| Difficulty| Release Round ---|---|---|--- Solve Me| @bluealder| 入门| 第 1 轮 Crypto Casino| joseph8210| 简单| 第 2 轮 Secret and Ephemeral| @bluealder| 中等| 第 1 轮 Private Log| @bluealder| 困难| 第 1 轮 EVM Vault Mechanism| joseph8210| 困难| 第 1 轮 Web 数字取证(DFIR) Pwn 密码学 杂项 调查问卷 Challenge|...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/17 11:51 p.m.11 views

chall2026-telneted

@Hack 2026: Telneted Escrito por Harsh. Categoría : Pwn Resueltos : 34/120 Etiquetas : beginner Protocolo : telnet El equipo de reconocimiento ha encontrado otro punto final en la red de los Alienígenas, pero parece que no podemos conectarnos a él con nuestras herramientas. Las capturas de red...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 3:22 p.m.8 views

GlacierCTF2023_writeups

Glacierctf 2023 描述 CTF 日期: 24.11.2023 - 26.11.2023 时长: 48 小时 CTF 时间: https://ctftime.org/event/1992 GlacierCTF 2023 是由 LosFuzzys 组织的第二届 Jeopardy 式 CTF 赛事。 本次 CTF 涵盖了多种类别的挑战,包括 pwn、rev、web、crypto、智能合约和 misc。 2023 GlacierCTF 仓库包含所有挑战以及题解/writeup。 衷心感谢所有参赛者以及为本次 CTF 提供挑战的人们,正是你们让这场赛事得以成功举办。 祝贺总排名前 1...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 9:54 a.m.9 views

CVE-2024-21338-1

CVE-2024-21338 此 PoC 是为 XSS PWN-Day 竞赛开发的。 https://xssforumv3isucukbxhdhwz67hoa5e2voakcfkuieq4ch257vsburuid.onion/threads/111240/...

7.8CVSS8.3AI score0.5981EPSS
SaveExploits13
EUVD
EUVD
added 2026/08/07 6:02 p.m.21 views

EUVD-2026-54565

WordPress is vulnerable to a pre-auth reflected XSS vulnerability on the login screen. Via a specially crafted malicious third-party website hosted by an attacker, it is possible for this to be escalated to an RCE vulnerability with conditions outside of the attackers control. This requires...

8.9CVSS5.6AI score0.31204EPSS
SaveExploits34References2
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.34 views

PT-2026-65944

Sony XAV-9500ES gpsd Buffer Overflow Arbitrary Code Execution Vulnerability. This vulnerability allows physically present attackers to execute arbitrary code on affected installations of Sony XAV-9500ES devices. Authentication is not required to exploit this vulnerability. The specific flaw exist...

3.9CVSS5AI score0.00197EPSS
SaveExploits0References3
GithubExploit
GithubExploit
added 2026/06/10 3:06 p.m.97 views

rspwner

RSPWNER RSPWNER is a Rust-based AI-assisted CTF pwn assistant...

5.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/05 7:31 p.m.21 views

CVE-2026-41249

CoreShop is a Pimcore enhanced eCommerce solution. In versions 5.0.1 through 5.1.0-beta.1,, the GitHub Actions workflow .github/workflows/static.yml uses the pullrequesttarget trigger but dangerously checks out the unverified code from the pull request head ref: $ github.event.pullrequest.head.re...

8.2CVSS5.8AI score0.00433EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/15 10:16 p.m.37 views

CVE-2026-45315

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.3, the audio transcription upload endpoint takes the file extension from the user-supplied filename and saves the file under CACHEDIR/audio/transcriptions/.. The /cache/path route serve...

8.7CVSS0.00186EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2026/05/15 12:00 a.m.11 views

Fedora 42 : kernel (2026-8b4a8d18d2)

The remote Fedora 42 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-8b4a8d18d2 advisory. The 6.19.14-104 kernel update contains a fix for the keysign-pwn vulnerability CVE-2026-46333 as well as a mitigation for one more code path of fragnesia. --...

7.8CVSS6.2AI score0.01501EPSS
SaveExploits6References2
Tenable Nessus
Tenable Nessus
added 2026/05/15 12:00 a.m.19 views

Fedora 43 : kernel (2026-03be3dc34b)

The remote Fedora 43 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-03be3dc34b advisory. The 7.0.8 stable kernel update contains a fix for the keysign-pwn vulnerability CVE-2026-46333 as well as a mitigation for one more code path of fragnesia...

7.8CVSS6.1AI score0.01501EPSS
SaveExploits6References2
Tenable Nessus
Tenable Nessus
added 2026/05/15 12:00 a.m.26 views

Fedora 44 : kernel (2026-2aeb7d033a)

The remote Fedora 44 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-2aeb7d033a advisory. The 7.0.8 stable kernel update contains a fix for the keysign-pwn vulnerability CVE-2026-46333 as well as a mitigation for one more code path of fragnesia...

7.8CVSS6.1AI score0.01501EPSS
SaveExploits6References2
Rows per page
Query Builder