Penetration-Testing-With-Perl

This project is a collection of the programs in the book Penetration Testing With Perl by Douglas Berdeaux

I'm adding the programs as I work through the book, refactoring as I go.

PRE-REQS

Some of these programs require C libraries:

  • libpcap, libpcap-devel (Fedora/RHEL/CentOS package names)

  • arpack, arpack-devel (Fedora/RHEL/CentOS package names)

  • smbtree

    Several of the Perl modules would not install because of test failures. I just force installed them with cpanm:

    $ cpanm -f Module::Name

LICENSE

(C) David Farrell 2015

Licensed under the FreeBSD license, see LICENSE