Skip to main content
LIVE ENVIRONMENT ACTIVE

Ethical Root

Vulnerability
Simulator

Train on real attack patterns. Deploy real defenses. Earn your rank.

10MODULES
OWASPTOP 10
1950MAX POINTS
shield

Script Kiddie

0 / 1950 Points

NEXT: White Hat Apprentice

+300 more points needed

0
300
800
1200
1600
1900

OWASP Top 10 Modules

sql injectionbeginner
CRITICAL
database

SQL Injection

A03:2021 – Injection

+150

PTS

Inject malicious SQL queries through input fields to manipulate backend databases. Extract, modify, or destroy sensitive data.

xssbeginner
CRITICAL
code

XSS

A03:2021 – Injection

+150

PTS

Inject malicious scripts into web pages viewed by other users. Steal cookies, session tokens, or redirect to phishing pages.

idorbeginner
HIGH
vpn_key

IDOR

A01:2021 – Broken Access Control

+150

PTS

Access unauthorized resources by manipulating direct object references in URLs or API parameters.

security misconfigbeginner
HIGH
tune

Misconfig

A05:2021 – Security Misconfiguration

+150

PTS

Exploit default credentials, exposed admin panels, debug endpoints, and verbose error messages left enabled in production.

broken authintermediate
CRITICAL
lock

Broken Auth

A07:2021 – Identification and Authentication Failures

+200

PTS

Exploit weak authentication mechanisms — credential stuffing, session prediction, and brute force attacks against login systems.

csrfintermediate
HIGH
sync_alt

CSRF

A01:2021 – Broken Access Control

+200

PTS

Trick authenticated users into executing unwanted actions on web applications where they are currently logged in.

sensitive data exposureintermediate
CRITICAL
visibility

Data Exposure

A02:2021 – Cryptographic Failures

+200

PTS

Intercept sensitive data transmitted over unencrypted channels. Capture passwords, credit cards, and personal information in transit.

xxeadvanced
HIGH
data_object

XXE

A05:2021 – Security Misconfiguration

+250

PTS

Exploit XML parsers that process external entities to read internal files, perform SSRF, or cause denial of service.

insecure deserializationadvanced
CRITICAL
bug_report

Deserialization

A08:2021 – Software and Data Integrity Failures

+250

PTS

Exploit deserialization flaws to trigger remote code execution by crafting malicious serialized objects.

ssrfadvanced
CRITICAL
public

SSRF

A10:2021 – Server-Side Request Forgery

+250

PTS

Trick the server into making requests to internal resources, cloud metadata endpoints, or other restricted networks.