Skip to content

Can't locate package AutoLoader for @Net::Whois::IP::ISA at /usr/bin/dnsenum line 574. #5

@jscoupreman

Description

@jscoupreman

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions