BACK TO HUB
PRACTICAL TRAINING LABS
CTF SIMULATOR
Easy

SQLi: Authentication Bypass

Exploit improper input sanitization to bypass an administrator login portal using basic SQL injection payloads.

Easy

XSS: Reflected Payload

Discover and exploit a reflected Cross-Site Scripting vulnerability in a search input field to execute arbitrary JavaScript.

Easy

Cmdi: Basic Execution

Abuse a network diagnostic tool (ping) to concatenate and execute system commands on the underlying host OS.

Easy

IDOR: Data Exposure

Manipulate insecure direct object references in URL parameters to unauthorizedly view other users' sensitive invoices.

Medium

SQLi: UNION Based Data Exfiltration

Leverage UNION-based SQL injection techniques to extract hidden user credentials and database schema information.

Medium

XSS: Stored & Cookie Hijacking

Inject persistent malicious scripts into a community comment section to steal administrator session cookies upon viewing.

Medium

IDOR: Account Takeover

Exploit a flawed password reset mechanism or profile update API to escalate privileges and hijack an administrator account.

Hard

Cmdi: Blind & Filter Bypass

Bypass strict input validation filters and utilize time-based or out-of-band techniques to achieve a reverse shell.