Lucene search
+L

1192 matches found

Kitploit
Kitploit
added 2026/09/14 7:18 a.m.8 views

PadBuster

PadBuster - Automated script for performing Padding Oracle attacks Author: Brian Holyfield - Gotham Digital Science [email protected] Credits to J.Rizzo and T.Duong for providing proof of concept web exploit techniques and S.Vaudenay for initial discovery of the attack. Credits also to James...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 6:48 a.m.5 views

padding-oracle-attacker

padding-oracle-attacker CLI tool and library to execute padding oracle attacks easily, with support for concurrent network requests and an elegant UI. Install Make sure Node.js is installed, then run root@kitploit: $ npm install --global padding-oracle-attacker or root@kitploit: $ yarn global add...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/14 5:41 a.m.37 views

padre

padre padre is an advanced exploiter for Padding Oracle attacks against CBC mode encryption Features: blazing fast, concurrent implementation decryption of tokens encryption of arbitrary data automatic fingerprinting of padding oracles automatic detection of cipher block length HINTS! if failure...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 8:06 p.m.4 views

oracle-oam-authentication-bypas-exploit

Exploit de Bypass de Autenticación de Oracle Access Manager OAM Introducción Explotando la vulnerabilidad de padding oracle de Oracle Access Manager OAM CVE-2018-2879 para realizar un bypass de autenticación e iniciar sesión en cualquier aplicación web protegida por OAM utilizando un nombre de...

9CVSS8.1AI score0.2174EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/13 4:56 p.m.6 views

pax

pax 利用填充预言机(Padding Oracle)进行攻击,获得乐趣与收益! Pax(填充预言机利用工具)是一款用于利用填充预言机的工具,可实现以下功能: 1. 针对给定的 CBC 加密数据,获取其明文。 2. 针对给定的明文,利用预言机未知的加密算法,获取加密后的字节。 该工具可用于泄露加密的会话信息,并且通常能够绕过身份验证、提升权限,甚至通过加密自定义明文并将其写回服务器来实现远程代码执行。 一如既往,此工具仅应用于你拥有所有权或已获得探测权限的系统! 安装 从发布页下载,或使用 Go 安装: root@kitploit: go get -u...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 2:55 p.m.9 views

dotnetpaddingoracle

dotnetpaddingoracle Pequeño script para comprobar si la aplicación web .NET es vulnerable a padding Oracle Este script verifica realmente si el oráculo está presente y es explotable, no solo si el parche ha sido instalado. uso root@kitploit: dotnetpaddingoracle.py -h -t -b -d -s -p PARAMETER Burp...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 11:04 a.m.7 views

poodle-PoC

Poodle PoC 🐩 🐩 🐩 Una prueba de concepto del ataque Poodle Padding Oracle On Downgraded Legacy Encryption : un exploit de hombre en el medio que aprovecha la degradación a SSL 3.0 de los clientes de software de seguridad y de Internet El ataque Poodle te permite recuperar datos cifrados enviados p...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 10:41 a.m.4 views

Oracle-OAM-Padding-Oracle-CVE-2018-2879-Exploit

Oracle-OAM-Padding-Oracle-CVE-2018-2879-Exploit Introduction This exploit was developed during pentesting activity against oracle OAM 11.1.2.3.0. It was developed based on the technical description by sec-consult root@kitploit:...

9CVSS8.2AI score0.2174EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/13 9:16 a.m.6 views

OAMBuster

OAMBuster Ataque de Oracle de Padding Multihilo en Oracle OAM CVE-2018-2879 Autores Red Timmy Marco Ortisi, Stefan Broeder, Ahmad Mahfouz Descripción Este exploit multihilo fue desarrollado para aumentar considerablemente la velocidad del ataque en comparación con la versión de un solo hilo. Para...

9CVSS8.1AI score0.2174EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/13 8:45 a.m.8 views

padre

padre padre 是一个针对 CBC 模式加密的 Padding Oracle 攻击的高级利用工具 功能: 极速、并发实现 令牌解密 任意数据加密 自动识别填充预言机 自动检测密文块长度 提示!如果操作失败,padre 会提示你哪些参数可以调整以成功 支持 GET/POST 参数、Cookie 中的令牌 灵活的编码规则定义(base64、hex 等) 演示 安装/更新 最快的方式是从 Latest release 下载针对你操作系统的预编译二进制文件 或者,如果你已安装 Go,从源码构建: root@kitploit: go install...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/11 6:12 a.m.4 views

SHIRO-721

Vulnerabilidad RCE de Padding Oracle en SHIRO-721 RememberMe 0x00 Introducción: El cookie rememberMe de la cookie está cifrado mediante el modo AES-128-CBC, lo que lo hace susceptible a ataques de oracle de relleno padding oracle. Un atacante puede utilizar un cookie RememberMe válido como prefij...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 3:09 a.m.5 views

CVE-2026-11119-Padding-Oracle-Attack-on-CBC-Mode-Encryption

CVE-2026-11119 – Padding Oracle Attack on CBC Mode Encryption Program Code Python root@kitploit: paddingoracleserver.py - Server that returns padding error from flask import Flask, request from Crypto.Cipher import AES from Crypto.Util.Padding import pad, unpad import os key = os.urandom16 app =...

9.6CVSS6AI score0.00234EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 11:53 a.m.7 views

CVE-2017-1000486

CVE-2017-1000486 这是CVE-2017-1000486的一个PoC,附带一些有用的载荷,可绕过用于实现RCE的标准函数(如getClass、exec等)的黑名单字典检查,并通过Padding Oracle检索primefaces秘密,以便在利用时尽可能降低噪声。 感谢 @pimps 、 @federicodotta 和 @AonCyberLabs 在该主题上的相关工作。 描述 此PoC是一个多步骤脚本,用于分析每个应用程序和Web服务器库的上下文。 初始阶段,如果未手动提供primefaces秘密,则使用由@AonCyberLabs编写的padBuster...

9.8CVSS8.4AI score0.94104EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/09 9:47 a.m.7 views

poodle-attack-sandbox

poodle-attack-sandbox Descripción general Este código es el código de prueba para POODLE CVE-2014-3566. POODLE significa "Padding Oracle On Downgraded Legacy Encryption" y es una vulnerabilidad en SSLv3.0. Advertencia Si utilizas este código para llevar a cabo un ataque, podrías ser detenido por...

4.3CVSS6.7AI score0.99999EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/08 8:20 p.m.12 views

CVE-2017-1000486

CVE-2017-1000486 Primefaces = 5.2.21, 5.3.8 o 6.0 - Exploit de Ejecución Remota de Código Para instalar los requisitos, ejecuta: root@kitploit: git clone https://github.com/pimps/CVE-2017-1000486.git cd CVE-2017-1000486 pip3 install -r requirements.txt Así se usa el exploit: root@kitploit: $ pyth...

9.8CVSS8.7AI score0.94104EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/07 11:59 a.m.5 views

CVE-2016-2107

CVE-2016-2107 Simple test for the May 2016 OpenSSL padding oracle CVE-2016-2107 Installation root@kitploit: $ go version go version go1.6.2 darwin/amd64 $ go get github.com/FiloSottile/CVE-2016-2107 This tool only builds with Go 1.6+, and only when downloaded to the right position in the $GOPATH...

5.9CVSS7.5AI score0.89058EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/07 7:36 a.m.5 views

python-paddingoracle

python-paddingoracle: una API portable de explotación de padding oracle ACTUALIZADO PARA PYTHON 3 python-paddingoracle es una API que proporciona a los pentesters una alternativa personalizable a PadBuster y a otras herramientas de explotación de padding oracle que no pueden utilizarse fácilmente...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/07 7:36 a.m.39 views

python-paddingoracle

python-paddingoracle: A portable, padding oracle exploit API UPDATED FOR PYTHON 3 python-paddingoracle is an API that provides pentesters a customizable alternative to PadBuster and other padding oracle exploit tools that can't easily without a heavy rewrite be used in unique, per-app scenarios...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/03 8:26 p.m.10 views

CVE-2017-1000486

README - CVE-2020-1039909 Primefaces Remote Code Execution ============================================================ SOBRE A VULNERABILIDADE CVE-2020-1039909 e uma vulnerabilidade de execucao remota de codigo RCE no framework Primefaces JSF. A falha permite que um atacante execute comandos...

9.8CVSS8.3AI score0.94104EPSS
SaveExploits6
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability in openssl1.0

In situations where an attacker receives automated notifications of the success or failure of a decryption attempt, an attacker can recover the CMS/PKCS7 transport encryption key after sending a very large number of messages to be decrypted. They can also decrypt any RSA-encrypted message encrypt...

4.3CVSS6.6AI score0.03838EPSS
SaveExploits0References1
Rows per page
Query Builder