top of page
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
Nov 15, 20241 min read
Explain Grey hat, black hat and White hat hackers.
Black Hat Hackers Black hat hackers are the ones who use their hacking skills and abilities to cause disruption or exploit organisations...
2 views
Nov 15, 20242 min read
Difference between Static testing and Dynamic testing
Differences Static Analysis Dynamic Testing Definition Tools used for static analysis will take your code as input and analyze each line...
1 view
Nov 15, 20242 min read
What are Black,Gray and White Box testing?
Black Box Testing - Black box testing is a software testing technique that focuses on testing the functionality of a software system...
1 view
Nov 15, 20241 min read
Explain all NMAP timing templates like T1, T2 etc
Nmap offers 6 timing templates which can be specified with -T option and their number from 0-to-5 or their name. The following -T0 as the...
4 views
Nov 15, 20241 min read
What is Stealth scan in NMAP, give the command. Also explain why it is called Stealth?
Stealth Scan is also known as SYN Scan or TCP SYN Scan because it sends only one SYN packet in the TCP Handshake process. This speed of...
5 views
Nov 15, 20242 min read
Android Testing vs Web application Testing?
Android penetration testing and web application penetration testing are two distinct types of security assessments, each focusing on...
0 views
bottom of page