I have an AJAX (jquery) based website. It has lots of ajax calls.
Anyways, I have to check whether my website is hack proof, sessions are properly maintained, etc, i mean anything that can be considered as a security flaw and patch it.
Can anyone suggest me any tools using which I can do all kinds of hack on my website to find out vulnerability?
Thanks.
EDIT: Why will someone want to vote this question down?
I can recommend to you the Burp Suite. User friendly, many features, well documented. Also discussed in some web application security books, e.g. The Web Application Hacker's Handbook. It has both free and paid version. The free one is quite useful as well.
It is written in Java so you can use it on many platforms.