Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2024-34225 — CVE-20240-34225 | Cross Site Scripting | Kitploit
工具/GitHubGitHub/dovankha/cve-2024-34225
Vulnerability AnalysisWeb Application ExploitationWeb SecurityPenetration TestingLearning & Education
GitHubdovankha/cve-2024-34225

CVE-2024-34225

CVE-20240-34225 | Cross Site Scripting

查看仓库
2年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

使用 PHP 和 MySQL 的计算机实验室管理系统 1.0

提交者:Kha Do

漏洞

跨站脚本

描述

在使用 PHP 和 MySQL 的计算机实验室管理系统 1.0 的 php-lms/admin/?page=system_info 中存在跨站脚本漏洞,允许远程攻击者通过 name、shortname 参数注入任意 Web 脚本或 HTML。

受影响的组件

路径 URL:php-lms/admin/?page=system_info

参数:系统名称(name),系统简称(shortname)

复现步骤

将有效载荷 <script>alert(1337)</script> 输入到系统名称 name 中并保存。 system_name

保存后,类似弹窗将会出现: system_name_popup

下载工具