Results 1 to 12 of 12

Thread: Uniscan error

  1. #1

    Uniscan error

    So when i run uniscan from the terminal i get this error:

    Can't locate Uniscan/Crawler.pm in @INC (you may need to install the Uniscan::Crawler module) (@INC contains: ./Uniscan /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.2 /usr/local/share/perl/5.22.2 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./uniscan.pl line 25.
    BEGIN failed--compilation aborted at ./uniscan.pl line 25.

    Now the interesting thing is if i comment out "use Uniscan::Crawler;" when i run uniscan i get the same error but for the next line down (Uniscan::Functions):

    Can't locate Uniscan/Functions.pm in @INC (you may need to install the Uniscan::Functions module) (@INC contains: ./Uniscan /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.2 /usr/local/share/perl/5.22.2 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./uniscan.pl line 26.
    BEGIN failed--compilation aborted at ./uniscan.pl line 26.

    so make of that what you will

    I'd be grateful for any suggestions anyone has. Thanks in advance

  2. #2
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    I'm seeing the same thing. Bed and Doona seem to be broken also. I suspect it has to do with a Perl upgrade pushed to the repos. Going to check bugs.kali.org but cross-posting here.

    Kali Devs, can you confirm that Perl 5.22.2-5 seems to be incompatible with a number of tools?

  3. #3
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805

  4. #4
    Ah okay thought it was just me. Thanks for revealing that

  5. #5
    Good the other two issues have been resolved but any hope for uniscan?

  6. #6
    Join Date
    2015-Feb
    Location
    Bulgaria
    Posts
    8
    cd /usr/share/uniscan
    nano uniscan.pl

    Remove line:
    Code:
    use lib "./Uniscan";
    Replace it with the following:

    Code:
    use FindBin qw( $RealBin );
    use lib $RealBin;
    Ctrl+x Save

    Enjoy!

  7. #7
    Thank you so much

  8. #8
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    This fix worked for me. Thanks, MMIROJV

    I'm going to update the bug ticket appropriately.

  9. #9
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    FYI, the Kali dev team has marked https://bugs.kali.org/view.php?id=3608 as resolved. These fixes are in the repos.

    Thanks to all for the help! This is why I like these forums

  10. #10
    Join Date
    2015-Feb
    Location
    Bulgaria
    Posts
    8
    Kali Linux forever!
    Greetings to all and cheers!

  11. #11
    Join Date
    2017-Feb
    Posts
    1
    Quote Originally Posted by MMIROJV View Post
    cd /usr/share/uniscan
    nano uniscan.pl

    Remove line:
    Code:
    use lib "./Uniscan";
    Replace it with the following:

    Code:
    use FindBin qw( $RealBin );
    use lib $RealBin;
    Ctrl+x Save

    Enjoy!

    did just like it says, but writes the following..
    ./uniscan.pl: line 25: syntax error near unexpected token `('
    ./uniscan.pl: line 25: use `FindBind QW ( $RealBin ) '

  12. #12
    Join Date
    2015-Feb
    Location
    Bulgaria
    Posts
    8
    PrtSc
    Code:
    https://s2.postimg.org/8euicti13/Screenshot_from_2017_02_21_23_03_48.png
    No errors

Similar Threads

  1. Uniscan help
    By anony_world in forum General Archive
    Replies: 4
    Last Post: 2015-04-20, 16:56

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •