# cpanfile for John the Ripper (perl scripts)
#
# This file lists dependencies for the .pl scripts in the run/ directory,
# with the exception of pass_gen.pl, which has its own separate cpanfile.
# To install dependencies, use a tool like 'cpanm':
#   cpanm --installdeps .
#
# For "pass_gen.pl" there are lots of requirements usually not needed for
# the casual user. To install them:
#   cpanm --installdeps --cpanfile cpanfile.pass_gen .
#
requires 'Compress::Raw::Lzma';
requires 'Data::Plist';
requires 'Data::Plist::BinaryReader';
requires 'Digest::MD5';
requires 'Encode';
requires 'Image::ExifTool';
requires 'Getopt::Long';
requires 'List::Util';
requires 'MIME::Base64';
requires 'Net::LDAP';
requires 'Net::Pcap';
requires 'Net::Radius::Dictionary';
requires 'Net::Radius::Packet';
requires 'NetPacket::Ethernet';
requires 'NetPacket::IP';
requires 'NetPacket::UDP';
requires 'SHA';
