You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

10
10
11
-
## JavaScript Debugger Bypass Goat
12
-
13
11
This is an online platform for testing JavaScript anti-debugging bypass techniques. The platform provides multiple test cases to help developers and security researchers test and validate the effectiveness of JavaScript debugger bypass tools.
14
12
15
-
###Features
13
+
## Features
16
14
17
15
- Diverse test cases
18
16
- Real-time validation
@@ -21,7 +19,7 @@ This is an online platform for testing JavaScript anti-debugging bypass techniqu
21
19
- Code copy functionality
22
20
- Internationalization support (English/Chinese)
23
21
24
-
###Test Cases
22
+
## Test Cases
25
23
26
24
1. Basic debugger statements (Easy)
27
25
2. Conditional debugger triggers (Medium)
@@ -30,7 +28,7 @@ This is an online platform for testing JavaScript anti-debugging bypass techniqu
30
28
5. Event listener debugger (Hard)
31
29
6. Proxy object debugger (Hard)
32
30
33
-
###Local Development
31
+
## Local Development
34
32
35
33
1. Clone the repository:
36
34
```bash
@@ -49,69 +47,14 @@ python -m http.server 8080
49
47
50
48
4. Access in your browser: `http://localhost:8080`
0 commit comments