sqlmapproject / sqlmap

Automatic SQL injection and database takeover tool
http://sqlmap.org
Other
30.88k stars 5.56k forks source link

unable to retrieve the number of entries for table #5680

Closed LenTrex28 closed 1 month ago

LenTrex28 commented 1 month ago

Hello, I was able to get the database, tables, and columns but I am unable to dump because it keeps telling me this:

[13:19:58] [INFO] fetching entries for table 'USER_PRIVILEGES' in database 'information_schema' [13:19:58] [INFO] fetching number of entries for table 'USER_PRIVILEGES' in database 'information_schema' [13:19:58] [INFO] retrieved: [13:19:58] [WARNING] unable to retrieve the number of entries for table 'USER_PRIVILEGES' in database 'information_schema' [13:19:58] [INFO] fetched data logged to text files

stamparm commented 1 month ago

maybe privilege issues accessing system tables. there is nothing useful in this ticket to debug it.

try to run with --parse-errors or -t traffic.txt and pay attention to WARNING/ERROR messages (maybe there is WAF/IPS) or smth

LenTrex28 commented 1 month ago

Is there any way around it?

stamparm commented 1 month ago

too generic issue. you have to find/debug what's going on so i could answer you back with anything meaningful