https://github.com/dnmfarrell/penetration-testing-with-perl
https://github.com/dnmfarrell/penetration-testing-with-perl
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnmfarrell/penetration-testing-with-perl
- Owner: dnmfarrell
- License: other
- Created: 2015-06-29T03:48:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T03:46:28.000Z (about 10 years ago)
- Last Synced: 2025-04-14T11:17:04.736Z (about 1 year ago)
- Language: Perl
- Size: 1.25 MB
- Stars: 44
- Watchers: 11
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
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