Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,23 @@ centos: yum install cpan

##Then:

root@kali:~# cpanm String::Random
root@kali:~# cpanm String::Random Net::Netmask XML::Writer
--> Working on String::Random
Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/String-Random-0.25.tar.gz .
.. OK
Configuring String-Random-0.25 ... OK
Building and testing String-Random-0.25 ... OK
Successfully installed String-Random-0.25
1 distribution installed
Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/String-Random-0.29.tar.gz ... OK
Configuring String-Random-0.29 ... OK
Building and testing String-Random-0.29 ... OK
Successfully installed String-Random-0.29
--> Working on Net::Netmask
Fetching http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9022.tar.gz ... OK
Configuring Net-Netmask-1.9022 ... OK
Building and testing Net-Netmask-1.9022 ... OK
Successfully installed Net-Netmask-1.9022
--> Working on XML::Writer
Fetching http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-0.625.tar.gz ... OK
Configuring XML-Writer-0.625 ... OK
Building and testing XML-Writer-0.625 ... OK
Successfully installed XML-Writer-0.625
3 distributions installed

Mac Os X
========
Expand Down
4 changes: 2 additions & 2 deletions dnsenum.pl
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ BEGIN
$scrap = undef
if $scrap && ((not defined $mech_support and
warn "Warning: can't load WWW::Mechanize module".
", Google scraping desabled.\n") ||
", Google scraping disabled.\n") ||
(not defined $html_support and
warn "Warning: can't load HTML::Parser module".
", Google scraping desabled.\n") ||
", Google scraping disabled.\n") ||
$scrap <= 0 || $pages <= 0);

$timeout = 10 if $timeout < 0 || $timeout > 128;
Expand Down