Skip to content

add libwww-perl to the requirements

Rick Rackow requested to merge RiRa12621/padbuster:patch-1 into kali/master

even tho the installation of padbuster is working out of the box, the initial run is failing.

with

root@17ea806a3ff1:/# padbuster
Can't locate LWP/UserAgent.pm in @INC (you may need to install the LWP::UserAgent module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/per
l/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/bin/padbuster line 13.
BEGIN failed--compilation aborted at /usr/bin/padbuster line 13.

This commit mitigates this issue

Merge request reports