When I run dnsenum --enum <domain.com> I get the following error:
Name Servers:
______________
Can't locate package AutoLoader for @Net::Whois::IP::ISA at /usr/bin/dnsenum line 574.
Can't locate package AutoLoader for @Net::Whois::IP::ISA at /usr/bin/dnsenum line 574.
Can't locate package AutoLoader for @Net::Whois::IP::ISA at /usr/bin/dnsenum line 574.
I installed the package on Debian Stretch x64 as follow:
sudo apt-get -y install libssl-dev zlib1g-dev
git clone https://github.com/SparrowOchon/dnsenum2.git
cd dnsenum2
apt-get install -y cpanminus
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install Net::Netmask'
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install Net::IP'
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install Net::DNS'
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install Net::Whois::IP'
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install HTML::Parser'
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install WWW::Mechanize'
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install XML::Writer'
PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install String::Random'
make
make install
Any idea why I get this error ?
When I run
dnsenum --enum <domain.com>I get the following error:I installed the package on Debian Stretch x64 as follow:
Any idea why I get this error ?