9 |
10 | URL : $target
11 | Vbulletin Version : $vbversion
12 |
13 | Start Time : $stime
14 | Finish Time : $ftime
15 |
16 |
17 |
18 | Vulnerability |
19 |
20 | $body
21 |
22 |
23 |
Generated on 13/9/2016 20:57:4 Tuesday by OWASP VBScan $version (Code Name: $codename)
--------------------------------------------------------------------------------
/core/upgrade.pl:
--------------------------------------------------------------------------------
1 | #!/usr/bin/perl
2 |
3 | #Coded By Mohammad Reza Espargham
4 | #OWASP VBScan
5 |
6 | print "\n[+] Updating ...\n";
7 | $x=`pwd`;
8 | chomp($x);
9 | `cd /tmp;git clone https://github.com/rezasp/vbscan.git`;
10 | `cp -R /tmp/vbscan/ \"$x\"`;
11 | `rm -rf /tmp/vbscan/`;
12 |
13 |
14 | print "[+] Update was completed successfully\n";
--------------------------------------------------------------------------------
/core/ver.pl:
--------------------------------------------------------------------------------
1 | #start Version finder
2 | @pa = ("$target/clientscript/vbulletin_global.js","$target/clientscript/vbulletin-core.js","$target/clientscript/vbulletin_menu.js","$target/");
3 |
4 | foreach $lin(@pa){
5 | $source=$ua->get($lin)->decoded_content;
6 | if (($source =~ m/vbulletin/i || $source =~ m/Vbulletin/i || $source =~ m/vBulletin/i))
7 | {goto len;}
8 | }
9 | print color("red");
10 | print "[++] The target is alive! But is not running on vbulletin.\nDo you want to continue? [y/N] ";
11 | $inp=