Results 1 to 5 of 5

Thread: Uniscan help

  1. #1
    Join Date
    2013-Jul
    Posts
    3

    Uniscan help

    Hello ,

    im getting problem while using uniscan

    it outputs Invalid argument
    and also outputs

    Can't open perl script "./uniscan" : No such file or directory


    how to solve this problem

  2. #2
    Its working for me. Could you give some more details please?
    What version of kali are you using? How did you install it? Is it up-to-date? Did you enable bleeding edge?
    Could you give the complete output of the command window?

    Code:
    root@kali ~$ apt-get install uniscan                                                                                                                                                           
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    uniscan is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
    root@kali ~$ uniscan -h                                                                                                                                                                        
    ####################################
    # Uniscan project                  #
    # http://uniscan.sourceforge.net/  #
    ####################################
    V. 6.2
    
    
    OPTIONS:
    	-h 	help
    	-u 	<url> example: https://www.example.com/
    	-f 	<file> list of url's
    	-b 	Uniscan go to background
    	-q 	Enable Directory checks
    	-w 	Enable File checks
    	-e 	Enable robots.txt and sitemap.xml check
    	-d 	Enable Dynamic checks
    	-s 	Enable Static checks
    	-r 	Enable Stress checks
    	-i 	<dork> Bing search
    	-o 	<dork> Google search
    	-g 	Web fingerprint
    	-j 	Server fingerprint
    
    usage: 
    [1] perl ./uniscan.pl -u http://www.example.com/ -qweds
    [2] perl ./uniscan.pl -f sites.txt -bqweds
    [3] perl ./uniscan.pl -i uniscan
    [4] perl ./uniscan.pl -i "ip:xxx.xxx.xxx.xxx"
    [5] perl ./uniscan.pl -o "inurl:test"
    [6] perl ./uniscan.pl -u https://www.example.com/ -r
    
    
    root@kali ~$ uniscan -u 127.0.0.1                                                                                                                                                              
    ####################################
    # Uniscan project                  #
    # http://uniscan.sourceforge.net/  #
    ####################################
    V. 6.2
    
    
    Scan date: 1-8-2013 17:9:23
    ===================================================================================================
    | Domain: http://127.0.0.1/
    | Server: Apache/2.2.22 (Debian)
    | IP: 127.0.0.1
    ===================================================================================================
    ===================================================================================================
    Scan end date: 1-8-2013 17:9:23
    
    
    
    HTML report saved in: report/127.0.0.1.html
    root@kali ~$
    Last edited by g0tmi1k; 2013-08-02 at 15:13.

  3. #3
    Join Date
    2013-Jul
    Posts
    3
    Im using kali linux i386
    And its up to date

  4. #4
    Join Date
    2014-May
    Posts
    4
    i know this is an old thread, but I though someone might make use of it.

    I was getting the same error until I figured out that "Invalid argument" was happening only when I scan internal websites and my computer is not connected to the internet. I commented out the line that said:
    Code:
    $func->CheckUpdate();
    and it worked fine.

  5. #5
    Join Date
    2013-Oct
    Posts
    7
    thank you for posting to an old thread...I just read about this and was going to give it a try but was recieving the invalid argument error. Commented out suggested line and it works like a champ.


    Quote Originally Posted by b3d0uin View Post
    i know this is an old thread, but I though someone might make use of it.

    I commented out the line that said:
    Code:
    $func->CheckUpdate();
    and it worked fine.

Similar Threads

  1. uniscan issue
    By topproabc in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2020-08-12, 07:36
  2. Uniscan error
    By Mr Random Guy in forum General Archive
    Replies: 11
    Last Post: 2017-02-21, 21:10

Posting Permissions

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