Jump to content
kw3rln

FreeDomain.co.nr Clone SQL Injection

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...