Codebase list padbuster / 5c341328-d195-4ce3-a126-12178de7063f/main debian / control
5c341328-d195-4ce3-a126-12178de7063f/main

Tree @5c341328-d195-4ce3-a126-12178de7063f/main (Download .tar.gz)

control @5c341328-d195-4ce3-a126-12178de7063f/mainraw · history · blame

Source: padbuster
Section: utils
Priority: optional
Maintainer: Kali Developers <[email protected]>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: https://github.com/GDSSecurity/PadBuster
Vcs-Git: https://gitlab.com/kalilinux/packages/padbuster.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/padbuster

Package: padbuster
Architecture: all
Depends:
 libcompress-raw-zlib-perl,
 libcrypt-ssleay-perl,
 libnet-ssleay-perl,
 libwww-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: Script for performing Padding Oracle attacks
 PadBuster is a Perl script for automating Padding Oracle
 Attacks. PadBuster provides the capability to decrypt
 arbitrary ciphertext, encrypt arbitrary plaintext, and
 perform automated response analysis to determine whether a
 request is vulnerable to padding oracle attacks.