Guys i found error of SQL in login page and the username is an email after i tested i got that error
I need help to login as admin do not say use sqlmap due too slow and disconnection, what i should write in username blank to access as admin ?
Код:
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '@fff.com' AND password = '8747806a4531e9d4a4c0726bba70671a977ab7c2'' at line 1
SELECT users.*, user_types.user_type as the_type FROM users INNER JOIN user_types ON users.user_type = user_types.id WHERE user_name = 'as+as'@fff.com' AND password = '8747806a4531e9d4a4c0726bba70671a977ab7c2'
Filename: models/Database_model.php
Line Number: 51
I need help to login as admin do not say use sqlmap due too slow and disconnection, what i should write in username blank to access as admin ?