Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are 2 time-based SQL Injection Vulnerabilities, in /load_data_for_groups.php and /load_data_for_topusers.php respectively.
ENV: ubuntu14.04 php 5.5.9 mysql 5.5.62
vulnerable code:
Line16: the $page_size is user controllable and directly used in sql statement which may cause a time-based sql injection
POC:
trigger the sql injection(my mysql version is 5.5.62):
do not trigger:
Line30: the $page_size is user controllable and directly used in sql statement which may cause a time-based sql injection
The text was updated successfully, but these errors were encountered:
I confirm, It's blind SQL INJECTION.
Sorry, something went wrong.
Kliqqi has been discontinued since 2018. I wouldn't recommend using it.
No branches or pull requests
There are 2 time-based SQL Injection Vulnerabilities, in /load_data_for_groups.php and /load_data_for_topusers.php respectively.
ENV:
ubuntu14.04
php 5.5.9
mysql 5.5.62
SQL Injection in /load_data_for_groups.php
vulnerable code:
Line16: the $page_size is user controllable and directly used in sql statement which may cause a time-based sql injection
POC:
trigger the sql injection(my mysql version is 5.5.62):
do not trigger:
SQL Injection in /load_data_for_topusers.php
vulnerable code:
Line30: the $page_size is user controllable and directly used in sql statement which may cause a time-based sql injection
POC:
trigger the sql injection(my mysql version is 5.5.62):
do not trigger:
The text was updated successfully, but these errors were encountered: