I’m developing a new application and i want to test if it’s vulnerable. I know some common attacks, but maybe you can provide some more to make my app safer.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no reason to test for multiple attack vectors. Simply passing the character used to quote strings (usually,
') should cause a syntax error if its open to SQL injection — unless you have an IDS or some signature-based detection standing in your way.