An open API service indexing awesome lists of open source software.

https://github.com/dnmfarrell/penetration-testing-with-perl


https://github.com/dnmfarrell/penetration-testing-with-perl

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

=pod

=encoding utf8

=head2 Penetration-Testing-With-Perl

This project is a collection of the programs in the book L by Douglas Berdeaux

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

=head2 PRE-REQS

Some of these programs require C libraries:

=over 2

=item * libpcap, libpcap-devel (Fedora/RHEL/CentOS package names)

=item * arpack, arpack-devel (Fedora/RHEL/CentOS package names)

=item * smbtree

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

$ cpanm -f Module::Name

=back

=head2 LICENSE

(C) David Farrell 2015

Licensed under the FreeBSD license, see LICENSE

=cut