Lucene search
+L

506 matches found

Kitploit
Kitploit
added 2026/09/06 5:13 a.m.8 views

DSXS

Damn Small XSS Scanner Damn Small XSS Scanner (DSXS)是一款功能完整的跨站脚本漏洞扫描器(支持 GET 和 POST 参数),代码行数不到 100 行。 在可选设置方面,它支持 HTTP 代理以及 HTTP 头部字段 User-Agent、Referer 和 Cookie。 示例运行 root@kitploit: $ python3 dsxs.py -h Damn Small XSS Scanner DSXS 100 LoC Lines of Code v0.3a by: Miroslav Stampar @stamparm Usage:...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 2:28 a.m.4 views

DSSS

Damn Small SQLi Scanner Damn Small SQLi Scanner DSSS 是一个功能完整的 SQL 注入 漏洞扫描器(支持 GET 和 POST 参数),其代码行数不到 100 行。 可选设置方面,它支持 HTTP 代理以及 HTTP 头值 User-Agent、Referer 和 Cookie。 运行示例 root@kitploit: $ python3 dsss.py -h Damn Small SQLi Scanner DSSS 100 LoC Lines of Code v0.3a by: Miroslav Stampar @stamparm...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 5:14 p.m.7 views

CVE-2022-25845-In-Spring

CVE-2022-25845-In-Spring !IMPORTANT 仅供学习交流,请勿用于非法用途 exploit by python 如有帮助,点个star 参考: https://github.com/luelueking/CVE-2022-25845-In-Spring Usage 根据需要自行修改传参逻辑,这里是默认POST的请求体传参 root@kitploit: git clone https://github.com/ph0ebus/CVE-2022-25845-In-Spring.git cd CVE-2022-25845-In-Spring python3 exp....

9.8CVSS8.1AI score0.18743EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/05 2:03 p.m.6 views

CVE-2024-48245

CVE-2024-48245 Vulnerabilidad de Inyección SQL en Vehicle Management System 1.0 - 1.3 Descripción Vehicle Management System 1.0 es vulnerable a Inyección SQL. Los usuarios invitados con autenticación baja o cuentas administrativas pueden explotar parámetros POST vulnerables en varios endpoints pa...

7.2CVSS6.5AI score0.01036EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/05 12:57 p.m.2 views

ParamPamPam

ParamPamPam 这个工具用于暴力发现GET和POST参数。 安装 使用Docker 安装 Docker root@kitploit: git clone https://github.com/Bo0oM/ParamPamPam.git cd ParamPamPam docker build -t parampp . echo -e '!'"/bin/bash\ndocker run -ti --rm parampp $@" /usr/local/bin/parampp parampp -u "https://vk.com/login" 如果你比较懒 安装 Python3...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 9:06 a.m.3 views

CVE-2024-57427

CVE-2024-57427 - 反射型跨站脚本(XSS) PHPJabbers Cinema Booking System v2.0 存在反射型跨站脚本(XSS)漏洞。多个端点对用户输入处理不当,允许恶意脚本在受害者浏览器中执行。攻击者可构造恶意链接以窃取会话 Cookie 或进行钓鱼攻击。 受影响参数: 受影响的 POST 请求功能 OPTIONS BOOKING FORM: value-enum-ocurrency value-enum-obookingstatus value-enum-opaymentstatus value-enum-opaymentdisable...

6.1CVSS8.1AI score0.00445EPSS
SaveExploits4
NVD
NVD
added 2026/08/28 8:19 p.m.10 views

CVE-2026-75126

PLANET GS-4210-16P2S V3 firmware before 3.441b260626 contains multiple authenticated stack buffer overflow vulnerabilities in /cgi-bin/dispatcher.cgi. The following handlers copy attacker-controlled POST parameters into fixed-size stack buffers without length validation:...

6.9CVSS0.00433EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 3:33 p.m.12 views

EUVD-2026-67786

PLANET GS-4210-16P2S firmware before 3.441b260626 contains multiple authenticated stack buffer overflow vulnerabilities in /cgi-bin/dispatcher.cgi. The following handlers copy attacker-controlled POST parameters into fixed-size stack buffers without length validation:...

6.9CVSS6.2AI score0.00433EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2026/08/28 7:24 a.m.6 views

WordPress Tutor LMS plugin <= 4.0.5 - Unauthenticated Remote Code Execution via 'template' and 'data' POST Parameters vulnerability

Unauthenticated Remote Code Execution via 'template' and 'data' POST Parameters vulnerability discovered by Slopothecary in WordPress Plugin Tutor LMS versions = 4.0.5...

6.5CVSS6AI score0.00431EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/05 8:12 p.m.41 views

CVE-2026-15996 Denial of service vulnerability in GitHub Enterprise Server allowed unauthenticated service disruption via deeply nested request parameters

A denial of service vulnerability was identified in GitHub Enterprise Server that allowed an unauthenticated attacker to cause excessive CPU consumption and exhaust the pool of request-handling worker processes by sending a crafted form-encoded HTTP POST request containing deeply nested parameter...

8.7CVSS0.00436EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/24 5:17 p.m.17 views

CVE-2026-65707

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral,...

8.5CVSS0.00266EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 3:43 p.m.9 views

CVE-2026-65707 Likeshop 3.0.5 Authenticated SQL Injection via adjustAccount Endpoint

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral,...

8.5CVSS6AI score
SaveExploits0References5
NVD
NVD
added 2026/07/20 5:17 p.m.16 views

CVE-2026-35048

The Piwigo installer in versions 16.3.0 and earlier accepts POST parameters for database configuration and writes them directly into a PHP configuration file without proper sanitization. On PHP 8+, the addslashes protection is bypassed because it checks for getmagicquotesgpc, a function removed i...

9.8CVSS0.00579EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/29 2:16 p.m.22 views

CVE-2026-40523

FrontAccounting before 2.4.20 contains a SQL injection vulnerability in the Audit Trail report handler that allows authenticated attackers with SAGLANALYTIC permission to execute arbitrary SQL queries by injecting malicious code into the PARAM2 and PARAM3 POST parameters. Attackers can exploit...

8.1CVSS0.00473EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/29 12:29 p.m.16 views

CVE-2026-40523 FrontAccounting < 2.4.20 SQL Injection via reporting/rep710.php

FrontAccounting before 2.4.20 contains a SQL injection vulnerability in the Audit Trail report handler that allows authenticated attackers with SAGLANALYTIC permission to execute arbitrary SQL queries by injecting malicious code into the PARAM2 and PARAM3 POST parameters. Attackers can exploit...

7.2CVSS6.4AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/06/29 12:29 p.m.15 views

CVE-2026-40523

FrontAccounting before 2.4.20 contains a SQL injection vulnerability in the Audit Trail report handler that allows authenticated attackers with SAGLANALYTIC permission to execute arbitrary SQL queries by injecting malicious code into the PARAM2 and PARAM3 POST parameters. Attackers can exploit...

8.1CVSS6.1AI score0.00473EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/06/19 5:11 p.m.39 views

CVE-2019-25751 Joomla J-ClassifiedsManager 3.0.5 SQL Injection

Joomla Component J-ClassifiedsManager 3.0.5 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through POST parameters. Attackers can submit crafted SQL payloads in the categorySearch, adType, and citySearch...

8.8CVSS0.00492EPSS
SaveExploits1References4
CVE
CVE
added 2026/06/19 5:11 p.m.35 views

CVE-2019-25751

CVE-2019-25751 affects Joomla’s J-ClassifiedsManager component, version 3.0.5. The vulnerability is an SQL injection in the displayads flow that does not require authentication. An attacker can inject malicious SQL through POST parameters, specifically categorySearch, adType, and citySearch, to e...

8.8CVSS6.2AI score0.00492EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/06/19 5:11 p.m.10 views

CVE-2019-25751 Joomla J-ClassifiedsManager 3.0.5 SQL Injection

Joomla Component J-ClassifiedsManager 3.0.5 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through POST parameters. Attackers can submit crafted SQL payloads in the categorySearch, adType, and citySearch...

8.8CVSS6.2AI score0.00492EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.40 views

PT-2026-50987

Name of the Vulnerable Software and Affected Versions J-ClassifiedsManager version 3.0.5 Description An SQL injection allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through POST parameters. By submitting crafted payloads to the 'displayads' component...

8.8CVSS6.2AI score0.00492EPSS
SaveExploits1References8
Rows per page
Query Builder