How to use security testing in any web or client/sever application ? . pl mail me checklist and steps.
thanks
How to use security testing in any web or client/sever application ? . pl mail me checklist and steps.
thanks
no one know about security testing ?
hi hitesh,
some steps for security testing:Please note this is not the entire idea regarding security.
1.Check cookies
2.Check if the website URL starts with https.
Here s stands for security.
3.Once the URL is started with HTTPS the cookies should be present in the system. The cookies should gets cleared when the user closes the browser.Best ex: check online banking the site will start with https and the cookies will get cleared when you close the browser.
4.Check whether confidential data id is passed in address bar of the browser.
Thanks,
Deepasree
hi hetish,
check with login credentials and Password should be in encrypted format.
Try with copy and pasting of Password.
and try with esc button also.
Thanks,
Bhaskar kumar
thanks for reply but what is CSS in security testing ?
How to test XSS cross site scripting for web application ?