diff --git a/resources/views/user/lab-directory.blade.php b/resources/views/user/lab-directory.blade.php index f03b19a..8c4d4d2 100644 --- a/resources/views/user/lab-directory.blade.php +++ b/resources/views/user/lab-directory.blade.php @@ -33,7 +33,7 @@

CSRF Attack

Demonstrate a classic Cross-Site Request Forgery attack using a hidden form.

- Launch Lab + Launch Lab
@@ -42,7 +42,7 @@

Session Stealer Logs

View the C2 server logs to see if any cookies or data have been exfiltrated.

- Launch Lab + Launch Lab
@@ -51,7 +51,7 @@

MitB Simulation

Simulate a Man-in-the-Browser attack by injecting JS into the login page via DevTools.

- Launch Lab + Launch Lab
@@ -60,7 +60,7 @@

Clickjacking

Bypass SameSite=Lax cookie protection using a compromised but same-site subdomain.

- Launch Lab + Launch Lab
@@ -69,7 +69,7 @@

Drive-by Download

Test how browsers handle automatic downloads initiated from a cross-origin iframe.

- Launch Lab + Launch Lab
@@ -78,7 +78,7 @@

Clipboard Data Leak

Explore browser permissions and user gestures required for clipboard access.

- Launch Lab + Launch Lab
@@ -96,7 +96,7 @@

CORS & Opaque Responses

Test how browsers block cross-origin data reads and handle 'no-cors' requests.

- Launch Lab + Launch Lab
@@ -105,7 +105,7 @@

WebRTC IP Leak

Discover real IP addresses bypassing standard proxies via WebRTC STUN negotiation.

- Launch Lab + Launch Lab
@@ -114,7 +114,7 @@

Canvas Fingerprinting

Demonstrate how browsers leak unique hardware and rendering signatures for tracking.

- Launch Lab + Launch Lab
@@ -123,7 +123,7 @@

Local Network Scan

Abuse the browser to scan private network boundaries via timing attacks.

- Launch Lab + Launch Lab
@@ -132,7 +132,7 @@

Autofill Trap

Demonstrate how a malicious site steals sensitive user data by hiding input fields populated by Autofill.

- Launch Lab + Launch Lab
@@ -141,7 +141,7 @@

XS-Leaks

Infer private cross-origin data by measuring network response times.

- Launch Lab + Launch Lab