--ignore-timeouts and --timeout doesn't work when response is huge and there is no network lag, just need to wait untill page will load huge data (30k lines/10MB on a page response)
python sqlmap.py --output-dir=OUT -r 07.txt --force-ssl --dbms=mssql --technique=U --random-agent --level=3 --risk=2 -v 3 -D db_name -T tbl_name -C Column1,Column2,Column3 --dump --force-pivoting --timeout 300 --time-sec=300 --ignore-timeouts
is giving output
[15:25:44] [WARNING] large response detected. This could take a while
[15:25:44] [CRITICAL] unable to connect to the target URL. sqlmap is going to retry the request(s)
--ignore-timeouts and --timeout doesn't work when response is huge and there is no network lag, just need to wait untill page will load huge data (30k lines/10MB on a page response)
python sqlmap.py --output-dir=OUT -r 07.txt --force-ssl --dbms=mssql --technique=U --random-agent --level=3 --risk=2 -v 3 -D db_name -T tbl_name -C Column1,Column2,Column3 --dump --force-pivoting --timeout 300 --time-sec=300 --ignore-timeoutsis giving output