How to continue performing checks on a site if sqlmap found an issue on a URL of the same site while using –batch option?

I have a file /tmp/urls which has following URLs:
http://127.0.0.1:8081/?id=1
http://127.0.0.1:8081/?id2=1

I am using this command to perform checks on file URLs concurrently:
python3 sqlmap.py –threads=5 -m /tmp/urls –batch

Both of th… Continue reading How to continue performing checks on a site if sqlmap found an issue on a URL of the same site while using –batch option?