Lucene search
+L

844263 matches found

Kitploit
Kitploit
added 2026/09/07 1:45 p.m.6 views

cve-2020-11060-poc

CVE-2020-11060 Este script es un exploit basado en Python 3.x para CVE-2020-11060 en versiones de GLPI 0.85-9.4.5. Implementación original: 0xdreadnaught Refactorización en Python3: n3rada El PoC original en ExploitDB ahora está obsoleto porque usaba Python 2.x. La nueva versión ha sido enviada, ...

9CVSS7.9AI score0.10949EPSS
SaveExploits7References3
Kitploit
Kitploit
added 2026/09/07 1:45 p.m.6 views

fscan

Fscan English 内网综合扫描工具,一键自动化漏扫。 版本 : 2.2.1 功能特性 扫描能力 主机发现 - ICMP/Ping存活探测,支持大网段B/C段存活统计 端口扫描 - TCP全连接扫描,内置133个常用端口,支持端口组web/db/service/all 服务识别 - 智能协议识别,支持20+种服务指纹匹配 Web探测 - 网站标题、CMS指纹、Web中间件、WAF/CDN识别40+指纹 爆破能力 弱密码爆破 - 28种服务爆破SSH/RDP/SMB/FTP/MySQL/MSSQL/Oracle/Redis等 Hash碰撞 - 支持NTLM...

10CVSS8.2AI score0.9981EPSS
SaveExploits126References13
Kitploit
Kitploit
added 2026/09/07 1:44 p.m.6 views

CVE-2024-25641

CVE-2024-25641 RCE for Cacti 1.2.26 This repository automates the process of exploiting CVE-2024-25641 on Cacti 1.2.26. When a user is authenticated, An arbitrary file write vulnerability, exploitable through the "Package Import" feature, allows authenticated users having the "Import Templates"...

9.1CVSS8.4AI score0.86303EPSS
SaveExploits17References1
Kitploit
Kitploit
added 2026/09/07 1:43 p.m.3 views

exploit-CVE-2022-24780

iTop RCE via SSTI - exploit CVE-2022-24780 iTop --debug exploit.rb light --debug exploit.rb -h | --help full: exploit with an emulated browser, execute JavaScript, preserve original user profile information light: just parse HTML and send requests, no JavaScript, DESTRUCTIVE reset user informatio...

8.8CVSS8.2AI score0.05698EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/07 1:43 p.m.3 views

clif

clif clif is a command-line interface CLI application fuzzer, pretty much what wfuzz or ffuf are for web. It was inspired by sudo vulnerability CVE-2021-3156 and the fact that for some reasons, Google's afl-fuzz doesn't allow for unlimited argument or option specification. Usage root@kitploit: cl...

7.8CVSS7.4AI score0.99969EPSS
SaveExploits83
OSV
OSV
added 2026/09/07 1:41 p.m.1 views

CGA-37QH-C895-7588

Bulletin has no description...

6.6CVSS0.04439EPSS
SaveExploits1References7
Kitploit
Kitploit
added 2026/09/07 1:41 p.m.6 views

cve-2025-49844

CVE-2025-49844 Mi prueba de concepto personal para CVE-2025-49844, también conocido como RediShell. Compilaciones de destino compatibles: Linux x86-64, imagen Docker redis:8.2.1-alpine Linux x86-64, imagen Docker redis:8.2.1-bookworm Es un poco torpe, probablemente no tan bueno como el de Wiz...

9.9CVSS7.7AI score0.82294EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/09/07 1:40 p.m.7 views

CVE-2020-14321

Script de Python para explotar CVE-2020-14321 - Moodle 3.9 Las inscripciones a cursos permitían una escalada de privilegios desde el rol de profesor hasta el rol de gestor para lograr RCE. Los profesores de un curso podían asignarse a sí mismos el rol de gestor dentro de ese curso. Payload...

8.8CVSS6.9AI score0.16243EPSS
SaveExploits8References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/07 1:40 p.m.3 views

Security Bulletin: IBM App Connect Enterprise Toolkit is vulnerable to arbitrary code execution due to multiple CVEs

Summary IBM App Connect Enterprise Toolkit is vulnerable to arbitrary code execution due to multiple CVEs Vulnerability Details CVEID:CVE-2026-17416 DESCRIPTION: IBM App Connect Enterprise could allow a local attacker to execute arbitrary code due to insecure deserialization. CWE:CWE-502:...

SaveExploits0Affected Software1
Kitploit
Kitploit
added 2026/09/07 1:39 p.m.7 views

CVE-2024-38856-EXP

CVE-2024-38856-EXP root@kitploit: bash CVE-2024-23692.sh Nuclei root@kitploit: nuclei -list target.txt -t CVE-2024-23692.yaml -o CVE-2024-23692-result.txt or nuclei -id CVE-2024-23692 -o CVE-2024-23692-result.txt...

9.8CVSS8.5AI score0.99471EPSS
SaveExploits31
Kitploit
Kitploit
added 2026/09/07 1:39 p.m.4 views

CVE-2022-21449-TLS-PoC

CVE-2022-21449-TLS-PoC CVE-2022-21449 también denominadas Psychic Signatures en el análisis de la vulnerabilidad realizado por Neil Madden Prueba de concepto que demuestra su uso con un cliente vulnerable y un servidor TLS malicioso. El servidor malicioso presenta una cadena de certificados válid...

7.5CVSS7.3AI score0.60336EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/07 1:38 p.m.506 views

httprobe

httprobe Take a list of domains and probe for working http and https servers. Install root@kitploit: ▶ go install github.com/tomnomnom/httprobe@latest Basic Usage httprobe accepts line-delimited domains on stdin: root@kitploit: ▶ cat recon/example/domains.txt example.com example.edu example.net ▶...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 1:38 p.m.6 views

httprobe

httprobe Toma una lista de dominios y prueba si hay servidores http y https funcionando. Instalación root@kitploit: ▶ go install github.com/tomnomnom/httprobe@latest Uso Básico httprobe acepta dominios delimitados por líneas en stdin: root@kitploit: ▶ cat recon/example/domains.txt example.com...

6AI score
SaveExploits0
OSV
OSV
added 2026/09/07 1:37 p.m.0 views

CGA-GM48-VFRJ-MXV8

Bulletin has no description...

6.6CVSS0.04439EPSS
SaveExploits1References7
OSV
OSV
added 2026/09/07 1:36 p.m.1 views

CGA-F6FH-R5QW-J698

Bulletin has no description...

6.6CVSS0.04439EPSS
SaveExploits1References7
Kitploit
Kitploit
added 2026/09/07 1:35 p.m.13 views

fleet

新闻 · 报告 Bug · 文档 · 为什么开源? · Logo 素材 面向 IT 和安全团队的开源平台,可管理数千台计算机。为 API、GitOps、Webhooks、YAML 和人类而设计。 它的用途是什么? Fleet 为你提供一个统一系统,通过无线方式保护并维护你的所有计算设备。无论组织使用何种操作系统,你都可以在一个平台上完成 MDM、补丁管理、软件部署以及任何验证工作。 Fleet 直接使用来自操作系统原生(直至裸机)的数据和事件。强大的诊断能力让你能在几分钟内排查最终用户设备上的错误,并收集准确的审计证据。 快速开始 你可以自行试用 Fleet,或与维护者约时间聊一聊。...

5.9AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/07 1:31 p.m.11 views

catphish

CATPHISH フィッシング攻撃用の類似ドメインを生成します。期限切れドメインおよびそのカテゴリ化されたステータスを確認して、プロキシカテゴリ分類を回避します。ホワイトリストに登録されたドメインはC2サーバーに最適です。Red Teamの活動に最適です。 Installation root@kitploit: bundle install Current Algorithms SingularOrPluralise prependOrAppend doubleExtensions mirrorization homoglyphs dashOmission Punycode Versio...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 1:31 p.m.6 views

CVE-2022-39073

CVE-2022-39073 Firmware details: root@kitploit: wainnerversion: BDPOSTEMF286RMODULEV1.0.0B12 crversion: CRITPOSTEMF286RV1.0.0B10 Prerequisites requests pip install requests Command Injection The vulnerability is a shared command injection between the ztenetlinkdetect binary and the WATCHDOGSWITCH...

9.8CVSS8.2AI score0.0334EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/07 1:31 p.m.4 views

rengine

reNgine: La Suite Definitiva de Reconocimiento Web y Escáner de Vulnerabilidades 🚀 ¡reNgine 2.2.0 ha sido publicado! reNgine 2.2.0 incluye bounty hub, donde puedes sincronizar e importar tus programas de hackerone, notificacion...

5.9AI score
SaveExploits0References9
OSV
OSV
added 2026/09/07 1:28 p.m.2 views

CGA-G5HP-V83P-3VCH

Bulletin has no description...

6.6CVSS0.04439EPSS
SaveExploits1References7
Rows per page
Query Builder