My web app takes a url of a website as input and then checks if that website is protected from SQL injection attack or if it's vulnerable.
My problem here, can I use the sqlmap tool to help me in the process of the detection? BTW I'm using Flask (Python) in the backend.
But in the process of utilizing the sqlmap tool, I tried to read the output and then parse the JSON output of SQLMap. But I don't have a clear idea of how I can start integrating it into my web app.