Tag Security Testing

Security testing – revisited

This blog (security testing revisited) is intended to summarize  few of my post related to security testing :- Ethical Hacking – part 1 –  Before going into details of how to ethical hacking we should be clear of what it is. What…

What is Cross-Site Scripting?

What is Cross-Site Scripting (XSS)? Cross-Site Scripting (XSS) attacks are a type of injection problem, in which malicious scripts are injected into the otherwise trusted web sites. XSS attacks occur when an attacker uses a web application to send malicious code, generally…

SQL Injection

SQL injection is a technique often used to attack data driven applications. This is done by including portions of SQL statements in an entry field in an attempt to get the website to pass a newly formed SQL command to…

Security testing tips

This post is in continuation of my earlier post on security testing.  Before I move into details of security testing here are few tips for beginners and some browser add-on that can help in security testing.   Security testing tips:-…

Security Testing

Security Testing What is Security testing? Security testing is a process to determine that an information system protects data and maintains functionality as intended. It is the process that determines that confidential data stays confidential and users can perform only…