Menu

Home page

How CVSS v3.1 Works

Updated Jul 21, 2026

The Common Vulnerability Scoring System (CVSS) translates complex security bugs into a standardized score from 0.0 to 10.0. A vector string is structured into three core blocks of Base Metrics: Reading the Vector String Step-by-Step A CVSS vector uses key-value pairs separated by slashes (/). Here is how every metric slot works in practice, using […]

Read more →

FFUF or Fuzz Faster U Fool!

Updated Jul 20, 2026

What is the purpose of FFUF? FFUF (Fuzz Faster U Fool) is an open-source web fuzzing tool which is a web fuzzer or a web application security testing tool. It’s used for discovering hidden files and directories on web servers by employing brute-force techniques. Here are the primary uses of FFUF: Core Features Data sources Common Ffuf Commands […]

Read more →