PDA

View Full Version : Having trouble running uniscan



linccracker
2013-03-13, 23:29
i'm having trouble running uniscan

i get this error msg

root@kali:~/Downloads/uniscan6.2# perl uniscan.pl
Can't locate Moose.pm in @INC (@INC contains: ./Uniscan /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at Uniscan/Crawler.pm line 3.
BEGIN failed--compilation aborted at Uniscan/Crawler.pm line 3.
Compilation failed in require at uniscan.pl line 25.
BEGIN failed--compilation aborted at uniscan.pl line 25.


can somebody put me in the right direction please

Gr4nD T3R0R
2013-03-14, 17:31
did compiled this uniscan.pl correctly ?
ur uniscan.pl maybe missing

linccracker
2013-03-14, 20:55
try
apt-get install libmoose-perl
if that doesnt sort it try
cpan -i Moose

hope that gets it running for you