top of page
Nov 18, 20242 min read
How do you attack a login page?
Test Cases: Here are the following ways in which we can attack a login page: Source Code and Wappalyzer - Using source code, it might be...
0 views
Nov 18, 20241 min read
What does rm command do?
The rm command is a command-line utility in linux that is used to remove or delete files or directories. Below mentioned is the rm...
1 view
Nov 18, 20241 min read
Differentiate between hashing, encoding and encryption.
Hashing, Encoding and Encryption are three distinct techniques that are commonly used to secure and manipulate data. Here are the key...
2 views
Nov 18, 20241 min read
What is Parameter pollution?
Parameter pollution is a security vulnerability that can occur in web applications when user supplied data, such as query parameters,...
1 view
Nov 18, 20242 min read
Difference between application security testing and Vulnerability assessment.
Differences Application security testing Vulnerability Assessment Objective The primary objective of application security testing is to...
1 view
Nov 18, 20243 min read
What is CVSS?
CVSS is the short form of Common Vulnerability Scoring System, a standardized scoring system used to assess and compare the severity of...
0 views
Nov 15, 20241 min read
How to determine severity of a vulnerability.
The vulnerability can have severe impact or minimal impact on an organization depending on the context. Let us understand with an...
2 views
Nov 15, 20242 min read
Explain three way handshake.
Three Way Handshake or TCP-Three Way Handshake is a process that computers use to establish a connection when they want to communicate...
2 views
Nov 15, 20243 min read
What is the approach for testing a mobile application?
For Mobile Pentesting, we are going to categorize it into two parts: Android and IOS. Since these two have different architecture, tools...
1 view
Nov 15, 20243 min read
What are the test cases for an ecommerce website and Banking website
Before we start with the test cases for the Banking website, let’s understand the functionality of Banking web app: The banking web...
2 views
bottom of page