lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 2 Jul 2007 13:17:32 -0000
From: teh_lost_byte@...oo.com
To: bugtraq@...urityfocus.com
Subject: FreeDomain.co.nr Clone SQL Injection

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ