269511 matches found
LinEnum
LinEnum Para más información visita www.rebootuser.com Nota: La funcionalidad de exportación está actualmente en etapa experimental. Uso general: versión 0.982 Ejemplo: ./LinEnum.sh -s -k keyword -r report -e /tmp/ -t OPCIONES: -k Ingresar palabra clave -e Ingresar ubicación de exportación -t...
CVE-2026-24061
CVE-2026-24061 Exploit de RCE en Telnet - Por SafeBreach Labs Este script explota la vulnerabilidad CVE-2026-24061 en servidores Telnet mediante una variable de entorno USER malformada. Uso Ejecute el script con un host de destino: root@kitploit: python telnetrce.py -p Argumentos host: Dirección ...
CVE-2026-90768
CAPEv2 through commit 471ee4b fails to validate task ownership in REST API endpoints, allowing authenticated users to read and delete analyses submitted by other users. Attackers can enumerate all tasks in the system and delete arbitrary analyses by sending requests to task view and delete...
peer-tweet
PeerTweet Decentralized feeds using BitTorrent's DHT. Idea from Arvid and The8472 "DHT RSS feeds" http://libtorrent.org/dhtrss.html Screenshot Quick links Download the latest binaries from the releases page. Find and share PeerTweet addresses from the addresses issues page. What is PeerTweet?...
CVE-2020-14181
CVE-2020-14181 CVE-2020-14181 的 PoC 受影响的 Atlassian Jira Server 和 Data Center 版本允许未经认证的用户通过 /ViewUserHover.jspa 端点的信息泄露漏洞枚举用户。该漏洞由 Positive Technologies 的 Mikhail Klyuchnikov 发现。 CVE-2020-1481 的 PoC - Jira 用户名枚举器/验证器 Usage: python3 cve-2020-14181.py -u 'https://vulnerable-url' -w '/path/to/wordlis...
CVE-2026-54806
WP Activity Log PHP Object Injection CVE-2026-54806 PoC 📜 Description CVE-2026-54806 is a critical CVSS 9.8 unauthenticated PHP Object Injection vulnerability in the WP Activity Log WordPress plugin wp-security-audit-log by Melapress. An unauthenticated attacker can inject serialized PHP objects...
CVE-2025-8110
RCE - CVE-2025-59528 Gogs = 0.13.3 利用 root@kitploit: $ python3 CVE-2025-8110.py -h usage: CVE-2025-8110.py -h -u URL -lh HOST -lp PORT -user USERNAME -pass PASSWORD -x CVE-2025-8110 Gogs Exploit options: -h, --help show this help message and exit -u, --url URL Gogs base URL e.g.,...
amd_eop_poc
amdeoppoc CVE-2020-8950 来自 Radeon 软件的 AMD 用户体验计划启动器权限提升(文件写入 EOP) 请阅读 note.txt https://heynowyouseeme.blogspot.com/2020/02/privilege-escalation-filewrite-eop-in.html https://heynowyouseeme.blogspot.com/2020/02/another-privilege-escalation-filewrite.html @404death...
SharpHound
SharpHound Obtener SharpHound La última compilación de SharpHound siempre se encontrará aquí. Para determinar la versión de SharpHound compatible con una instancia de BloodHound CE desplegada, inicia sesión en la interfaz web de BloodHound CE y haz clic en ⚙️ Configuración → Descargar colectores...
decider
Decider This work is licensed under a Creative Commons Attribution 4.0 International License. This project makes use of MITRE ATT&CK® - ATT&CK Terms of Use. 📰 3.0.0 - Kiosk is Here Decider is now login-less and responsive. Content updates have been simplified to copying files and restarting Docke...
opensshenum
描述: Opensshenum 是一个 OpenSSH 用户枚举工具,允许针对 OpenSSH 服务器验证任意用户名列表,从而获知远程机器上实际存在的用户。该程序利用了一个漏洞(2018年7月修复),该漏洞至少从 OpenSSH 2.3.0(2000年11月发布)起就已被证实有效。 我基于 Tssh(一个我从零开始根据 RFC 用 C++11 编写的 SSH 2 客户端)编写了这个利用程序。 更多信息请阅读: http://seclists.org/oss-sec/2018/q3/124 该问题被分配了 CVE-2018-15473。 免责声明:...
CVE-2024-1086
CVE-2024-1086 Exploit universal de prueba de concepto para escalada local de privilegios en CVE-2024-1086, que funciona en la mayoría de los kernels de Linux entre v5.14 y v6.6, incluyendo Debian, Ubuntu y KernelCTF. La tasa de éxito es del 99.4% en las imágenes de KernelCTF...
CVE-2020-15392
CVE-2020-15392 Supravizio BPM 10.1.2 上的用户枚举漏洞 描述 在 Supravizio BPM 10.1.2 版本中发现了一个用户枚举漏洞。该问题出现在密码找回过程中,由于返回消息的差异,攻击者能够判断用户是否存在,从而利用有效用户进行暴力破解攻击。 利用方法 要利用此漏洞,需要发起密码找回请求。当输入无效的联系邮箱时,系统显示消息:"email not found";而当输入有效邮箱时,显示:"contact the system administrator"。 PoC 无效用户 有效用户 暴力破解 - 无效用户 暴力破解 - 有效用户...
ConscryptTrustUserCerts
Magisk - Conscrypt: confiar en certificados de usuario Este módulo hace que todos los certificados de usuario instalados pasen a formar parte del almacén de certificados del módulo APEX com.android.conscrypt en Android 14, de modo que se utilicen automáticamente al construir la cadena de confianz...
CVE-2018-15473
CVE-2018-15473 成因 OpenSSH服务器在对包含了请求的数据包完全解析之前,不会延迟处理一个验证无效的用户。该漏洞和auth2-gss.c,auth2-hostbased.c,auth2-pubkey.c有关。 利用 尽管该漏洞不能用来生成有效的用户名列表,但依旧可以拿来枚举猜测用户名。 受影响的版本 OpenSSH = 7.7 不受影响的版本 openssh-7.8p1-1.fc28 openssh-7.6p1-6.fc27 poc安装 您可能需要安装发行版的等效openssl-dev软件包 root@kitploit:...
CVE-2026-13152
CVE-2026-13152: Escalada de Privilegios No Autenticada en Custom Fields Account Registration For WooCommerce 1.4 -blue.svg 📖 Resumen del Aviso CVE-2026-13152 es una vulnerabilidad de escalada de privilegios no autenticada que afecta al plugin de WordPress Custom Fields Account Registration For...
CVE-2021-21551
CVE-2021-21551 Prueba de concepto del exploit para CVE-2021-21551. La vulnerabilidad se debe a que las direcciones proporcionadas por el usuario se pasan como argumentos a una llamada a memmove, lo que permite una lectura/escritura arbitraria ioctls 0x9B0C1EC4 y 0x9B0C1EC8, así como el parámetro ...
Redeye
Redeye This project was built by pentesters for pentesters. Redeye is a tool intended to help you manage your data during a pentest operation in the most efficient and organized way. Table of Contents Redeye Table of Contents The Developers Overview Installation Docker Source General Special-Than...
CVE-2017-9554-Exploit-Tool
CVE-2017-9554-漏洞利用工具 CVE-2017-9554 漏洞利用工具 Synology DiskStation Manager DSM 6.1.3-15152 - 'forgetpasswd.cgi' 用户枚举漏洞利用工具 漏洞利用作者:Steve Kaun 漏洞利用工具作者:Ez0-yf 厂商主页:https://www.synology.com 版本:6.1.3-15152 之前 CVE:CVE-2017-9554...
CVE-2024-1086
CVE-2024-1086 针对 CVE-2024-1086 的通用本地权限提升概念验证漏洞利用程序,适用于大多数 Linux 内核版本 v5.14 至 v6.6,包括 Debian、Ubuntu 和 KernelCTF。在 KernelCTF 镜像中成功率达 99.4%。 受影响版本 该漏洞利用影响从 v5.14(包含)到 v6.6(包含)的版本,不包括已修补的分支 v5.15.149、v6.1.76、v6.6.15。这些版本的补丁于 2024 年 2 月发布。底层漏洞影响从 v3.15 到 v6.8-rc1 的所有版本(不包括已修补的稳定分支)。 注意事项: 该漏洞利用不适用于内核...