AlisamTechnology / ATSCAN

Advanced dork Search & Mass Exploit Scanner
MIT License
1.42k stars 348 forks source link

Can't locate HTTP/Cookies.pm in @INC #52

Closed AlexC-ux closed 2 years ago

AlexC-ux commented 2 years ago

Error message when starting an application

Can't locate HTTP/Cookies.pm in @INC (you may need to install the HTTP::Cookies module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/atscan//atscan.pl line 45. BEGIN failed--compilation aborted at /usr/share/atscan//atscan.pl line 45.

AlexC-ux commented 2 years ago

cpan HTTP::Cookies did not give any result.

AlexC-ux commented 2 years ago

I use WSL and I had to run the program with administrator privileges to get everything working correctly.

I used cpan {modulename} to install multiple modules. Thank you all for your attention. image

AlisamTechnology commented 2 years ago

install HTTP cookies module sudo apt install libhttp-cookiejar-perl