Nov 132 min readWeb Application SecurityWhat is Cross site scripting and its mitigation?Cross site scripting (XSS) is an injection attack which is used to inject javascript code into input fields of a web application/ mobile...
Nov 132 min readWeb Application SecurityWhat is CSRF attack and its mitigation?CSRF or cross-site request forgery, also known as one click attack or session riding attack or XSRF. It is a web security vulnerability...
Nov 139 min readWeb Application SecurityWhat is SQLi and its mitigation?SQL injection (SQLi) is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to...
Nov 132 min readWeb Application SecurityDifference between get and post methodTo answer this, first let’s talk about HTTP Request methods. HTTP request methods specify the action that should be taken by the server...
Nov 132 min readGeneral Security KnowledgeWhat is the CIA Triad?CIA triad consists of Confidentiality, Integrity and Availability. These three terms are used to determine the overall security posture...