Skip to main content
Role access: All authenticated users can access the Tools section.

Overview

The Tools section provides utility tools commonly used during penetration testing and project management. It is organized into three tabs: SMS, Generators, and Calculator. Tools overview

SMS Tab

The SMS tab provides phone numbers for SMS testing and an embedded tracking spreadsheet. SMS tool

SMS Tracking

An embedded Google Sheets iframe displays the SMS tracking spreadsheet for monitoring incoming messages.

Generators Tab

The Generators tab provides tools for generating test data. Generators tool

Israeli ID Generator

Generate valid 9-digit Israeli ID numbers for testing purposes.
  • Click Generate to create a new valid ID
  • The generated ID is automatically copied to your clipboard
  • Uses a Luhn-like algorithm to produce valid IDs

Israeli ID Validator

Validate whether a 9-digit Israeli ID number is valid.
  • Enter a 9-digit number in the input field
  • Real-time validation feedback: Valid (green) or Not valid (red)

YOPMail Email Generator

Generate disposable email addresses for testing.
  • Click Generate to create 4 random YOPMail addresses
  • Format: cleargate[random]@yopmail.com
  • Generated emails are displayed in a text area and copied to clipboard
  • Click Open Mailboxes to open all generated mailboxes in new browser tabs

Password Generator

Generate random passwords with configurable options.
OptionDescription
Uppercase LettersInclude uppercase A-Z
NumbersInclude digits 0-9
SymbolsInclude special characters
LengthSlider to set password length (3-20 characters)
  • Click Generate to create a password
  • The password is automatically copied to your clipboard

Calculator Tab (OWASP Risk Assessment)

The OWASP Risk Assessment Calculator helps you calculate the overall risk severity of a vulnerability based on the OWASP Risk Rating Methodology. OWASP Risk Assessment Calculator

Factor Groups

The calculator is organized into four factor groups in a 2x2 grid:

1. Threat Agent Factors

FactorScaleDescription
Skill Level1-9Attacker’s technical skill
Motive1, 4, 9Attacker’s motivation
Opportunity0, 4, 7, 9Window of opportunity
Size2, 4, 5, 6, 9Size of the threat agent group

2. Vulnerability Factors

FactorScaleDescription
Ease of Discovery1, 3, 7, 9How easy to find the vulnerability
Ease of Exploit1, 3, 5, 9How easy to exploit
Awareness1, 4, 6, 9How well known the vulnerability is
Intrusion Detection1, 3, 8, 9Likelihood of detection

3. Technical Impact Factors

FactorScaleDescription
Loss of Confidentiality2-9Data exposure impact
Loss of Integrity1-9Data modification impact
Loss of Availability1, 5, 7, 9Service disruption impact
Loss of Accountability1, 7, 9Audit trail impact

4. Business Impact Factors

FactorScaleDescription
Financial Damage1, 3, 7, 9Financial loss potential
Reputation Damage1, 4, 5, 9Brand/reputation impact
Non-compliance2, 5, 7Regulatory impact
Privacy Violation3, 5, 7, 9Privacy breach severity

Severity Calculation

The calculator computes:
  • Likelihood Score — average of Threat Agent and Vulnerability factors
  • Impact Score — average of Technical Impact and Business Impact factors
  • Overall Risk Severity — derived from the likelihood and impact scores

Severity Levels

SeverityColor
NOTEGreen
LOWYellow
MEDIUMOrange
HIGHRed
CRITICALMagenta/Pink

Risk Severity Matrix

A 3x3 matrix displays all possible combinations of likelihood and impact levels, highlighting the current selection with a ring indicator. OWASP Risk Severity Matrix

Severity Banner

A prominent banner at the top of the calculator displays the current overall risk severity, likelihood score, and impact score with color-coded indicators. Severity calculation banner