I’m planning to develop a tool/scanner to find sql injection vulnerability in web applications.
I want some ideas on how to make this tool/scanner different than the tools already available?
All the tools crawl and trigger a error and show you where the injection point is with the payload. But what’s something new that can be done which can be helpful for Pentesters and developers?
Suggestions are welcome. Thank you in advance 😊.
Note- I’ll be developing the tool in python