i wanna ask you ,,
how can i install & use it ?
thanks
Uniscan 2.0 is a perl vulnerability scanner for RFI, LFI, RCE, XSS and SQL-injection.
Project url: http://sourceforge.net/p/uniscan
[]'s
i wanna ask you ,,
how can i install & use it ?
thanks
you don't need install, it's a perl script.
now Uniscan is in version 3.0.
if you do not have any of the perl modules installed use the command cpan to install the moduleCode:root@bt:~/Desktop# perl uniscan.pl ############################### # Uniscan project # # http://www.uniscan.com.br/ # ############################### V. 3.0 -h help -u <url> example: https://www.example.com/ -f <file> with list of url's -T <Maximun threads> default: 15 -v <Maximun variation> number of a page, default: 2 -t <timeout> of a connection in seconds, default: 10 -r <Maximun requests> of the crawler, default: 15000 -s <Maximun size> of one request in bytes, default: 1048576 [1MB] -o <output file> default: Vuls.txt -b Uniscan go to background -p <proxy host> example: www.example.com -l <proxy port> example: 8080 Option -u or -f is required, all others no. usage: [1] perl uniscan.pl -u http://www.example.com/ [2] perl uniscan.pl -f /home/user/file.txt [3] perl uniscan.pl -u https://www.example.com/ [4] perl uniscan.pl -u http://www.example.com/ -T 30 -t 20 -r 1000 -s 524288 -o vulnerables.txt [5] perl uniscan.pl -f /home/user/file.txt -T 30 -t 20 -r 1000 -s 524288 -o vulnerables.txt -b [6] perl uniscan.pl -u https://www.example.com/ -T 20 -t 20 -r 200 -b -p 192.168.1.5 -l 8001 root@bt:~/Desktop#
example:
Code:root@bt:~/Desktop# cpan -i Net::SSLeay
I got this problem when i was trying run the script.
what should i do?
root@bt:~/uniscan-code# ./uniscan.pl
Can't locate Moose.pm in @INC (@INC contains: ./Uniscan /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /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 4.
BEGIN failed--compilation aborted at ./uniscan.pl line 4.
You need to:
And you should be able to run it.Code:apt-get install libmoose-perl
Cheers
seems to be installed via kpackage update on bt5r1,kde anyway.
###############################
# Uniscan project #
# http://www.uniscan.com.br/ #
###############################
V. 4.1
OPTIONS:
-h help
-u <url> example: https://www.example.com/
-f <file> list of url's
-b Uniscan go to background
-q Disable Directory checks
-w Disable File checks
-e Disable Backup file checks
-r Disable RFI checks by Crawler
-t Disable LFI checks by Crawler
-y Disable RCE checks by Crawler
-i Disable SQL checks by Crawler
-o Disable XSS checks by Crawler
-p Disable static RFI checks
-a Disable static LFI checks
-s Disable static RCE checks
-d Disable /robots.txt check
-g Disable PUT method check
-j Not show e-mails found by Crawler
Option -u or -f is required, all others no.
usage:
[1] perl ./uniscan.pl -u http://www.example.com/
[2] perl ./uniscan.pl -f /home/user/file.txt -b
[3] perl ./uniscan.pl -u https://www.example.com/
root@bt:/pentest/web/uniscan#
tks
it's works now
THX Share...