You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when use python3 sqlmap.py -d "mysql://cyun:[email protected]:3306/Security" --sql-query="show grants" -v 5
it response like
...
[INFO] fetching SQL SELECT statement query output: 'show grants'
[19:58:17] [PAYLOAD] SELECT show grants
[19:58:17] [WARNING] (remote) ProgrammingError: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'show grants' at line 1
...
and in mysql log i see this 120 Query SELECT show grants
Describe the bug
when use
python3 sqlmap.py -d "mysql://cyun:[email protected]:3306/Security" --sql-query="show grants" -v 5
it response like
and in mysql log i see this
120 Query SELECT show grants
this problem also in --sql-shell
Running environment:
Target details:
The text was updated successfully, but these errors were encountered: