Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




bugtraq logo Bugtraq mailing list archives

FreeDomain.co.nr Clone SQL Injection
From: teh_lost_byte () yahoo com
Date: 2 Jul 2007 13:17:32 -0000

FreeDomain.co.nr Clone SQL Injection
Auth0r: Kw3rln from Romanian Security Team
Link: hTTp://RSTZONE.NET

On members.php we have: 
#14: $logindomain = $_POST["logindomain"];
#41: $login=login_user($logindomain,$loginpass);

in includes/functions we have:
function login_user($user_name, $pass_word) {
global $redir_table;
// form our sql query
$result = mysql_query("SELECT * FROM $redir_table WHERE host ='$user_name'") or die (mysql_error());


Exploit s00n
greetz to all RST memberz


  By Date           By Thread  

Current thread:
  • FreeDomain.co.nr Clone SQL Injection teh_lost_byte (Jul 02)
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]