top of page
Nov 13, 20242 min read
What 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...
3 views
Nov 13, 20242 min read
What 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...
2 views
Nov 13, 20249 min read
What 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...
1 view
Nov 13, 20242 min read
Difference between get and post method
To answer this, first let’s talk about HTTP Request methods. HTTP request methods specify the action that should be taken by the server...
2 views
Nov 13, 20242 min read
What is the CIA Triad?
CIA triad consists of Confidentiality, Integrity and Availability. These three terms are used to determine the overall security posture...
0 views
bottom of page