Denial of Service (DoS) attacks are malicious attempts to disrupt the normal functioning of a targeted server, service, or network by overwhelming it with a flood of internet traffic.
Volume-Based Attacks
These attacks aim to consume the bandwidth of the target network or service.
UDP Flood: This...
Regex (short for Regular Expressions) is a powerful tool used for searching, matching, and manipulating text based on specific patterns. Understanding and mastering this tool involves learning its syntax, operators, and advanced features.
Basics
Literals
Match exact characters.
E.g. ‘cat’ matches the string “cat”
Metacharacters
Special characters with unique meanings
MetacharacterMeaning.Matches...
Certificate Authority (CA)
This is a trusted organization or entity that issues digital certificates. These certificates are used to verify the identity of websites, individuals, and devices on a network. When you see “HTTPS” in a web address, it means the website has a digital...