My company has designed an web application and its going to be hosted soon, I would like to know what type of attacks can be carried on the web application to test the security of my web application
Right now I have tried the following attacks
Cross-Site Scripting (XSS)
Client-State Manipulation
Cross-Site Request Forgery (XSRF)
Cross Site Script Inclusion (XSSI)
Path Traversal
Denial of service attacks
DoS via ajax
Phishing via ajax
SQL injection
I have carried out the above mentioned attacks and I wish to know any other type of attacks to test my web application before its going to be hosted.
