Pages

Monday, December 3, 2012

Finding Vulnerabilities using Uniscan





























Today i am sharing a tool by using which you can found vulnerabilities in a website. The name of the tool is UNISCAN. It is written in perl. It also comes in Backtrack. But here i am sharing the perl script for use on windows operating system. For using this script on windows operating system you must install the perl language on your windows operating system. 


Download Perl Language.

After installing the language you can use your script with the help of Command Promp (DOS).

Here is the command for using script 

 

C:\perl uniscan.pl -u http://www.example.com/ -qweds

 

It will starts the scanning..................

This scripts automatically check the vulnerabilities like XSS , SQL , BLIND SQL , LFI , RFI and etc.....

 

Note: Must put the "/" character at the end of the url.

 

Usage of UNISCAN...

C:\perl uniscan.pl -u http://www,example.com/ -qweds

C:\perl uniscan.pl -f sites.txt -qweds

C:\perl uniscan.pl -i uniscan

C:\perl uniscan.pl -i "ip: xxx.xxx.xxx"

C:\perl uniscan.pl -u http://www,example.com/ -r

 

Download UNISCAN from here:

.::DOWNLOAD::. 

No comments:

Post a Comment