1/4
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is fuzzing?
This is a term used to describe “dynamic analysis”. It is a way to randomly enter input into an application to see how that application handles it. It is mostly looking for crashes, exceptions or other error messages.
What does OSINT stand for?
This stands for Open-source intelligence. This is open-source information that is publicly available to anyone. This could include commercial data, government data or other information.
What is a bug bounty program?
This is a way for manufactures to rewards users for discovering a bug in their product and bringing it up to their attention before an attacker finds it. The manufacture will then reward them for it.
What does CVSS stand for and what is the purpose of this?
CVSS stands for Common Vulnerability Scoring System. Scoring can change over time and is used to determine the importance of a vulnerability with 0 being the lowest and 10 being the highest.
What does CVE stand for and what is the purpose of this?
CVE stands for Common Vulnerabilities and Exposures. This is a way for vulnerabilities to be cross-referenced online.