My application is a single page application. It has the following modules. Add user, edit user, delete user, settings. and etc.,
I compiled the entire url in the history of HTTP using Burp Proxy.
I wanted to perform Scan, SQL Injection, XSS for the modules I specified.
1) First, I wanted to make sure that it was worth doing a scan, since the html and js files are on the client side, and all the logic is in Webapi.
2) How to maintain an HTTP session in all modules?
3) Can I run automatically sequential wise, how does the soap user interface work?
source share