1

I'm trying to test my website, the command is: sqlmap -u website -D sitedb -T table -C column --dump --threads 10. While sqlmap is retrieving data it displays:

[19:36:55] [INFO] retrieved: "","",
[19:36:56] [INFO] retrieved: "","",
[19:36:56] [INFO] retrieved: "","",
[19:36:56] [INFO] retrieved: "","",
[19:36:56] [INFO] retrieved: "","",
[19:36:56] [INFO] retrieved: "","",
[19:36:56] [INFO] retrieved: "","",

Some real data appears but most of the data is just "","",. Why is this happening?

Neil Smithline
  • 14,621
  • 4
  • 38
  • 55
Vcarias
  • 19
  • 1
  • 1
    Since this is your website it would be helpful to see the apache logs and the code snippet that you are testing – KDEx Oct 17 '15 at 20:10
  • 1
    Can you please put in the entire command, minus the website name? It would help to see more information. – xorist Oct 17 '15 at 22:15
  • is it also possible that the tables contain null data fields? – schroeder Oct 18 '15 at 15:46

0 Answers0