Skip to content

Commit d4ebee3

Browse files
committed
docs: 添加中英文双语README,并增加在线体验链接
1 parent bceb161 commit d4ebee3

File tree

1 file changed

+82
-16
lines changed

1 file changed

+82
-16
lines changed

README.md

Lines changed: 82 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,91 @@
1-
# JavaScript Debugger Bypass 靶场
1+
# JavaScript Debugger Bypass Goat | JavaScript 调试绕过测试平台
22

3-
这是一个用于测试JavaScript反调试绕过技术的在线靶场。该靶场提供了多个测试案例,帮助开发者和安全研究人员测试和验证JavaScript调试器绕过工具的有效性。
3+
[English](#javascript-debugger-bypass-goat) | [中文](#javascript-调试绕过测试平台)
44

5-
## 特点
5+
## 在线体验 | Online Platform
6+
7+
🔗 **[https://jsrei.github.io/js-debugger-bypass-goat/](https://jsrei.github.io/js-debugger-bypass-goat/)**
8+
9+
![Star me on GitHub](https://img.shields.io/github/stars/JSREI/js-debugger-bypass-goat?style=social)
10+
11+
## JavaScript Debugger Bypass Goat
12+
13+
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+
15+
### Features
16+
17+
- Diverse test cases
18+
- Real-time validation
19+
- Clear difficulty grading
20+
- Detailed case descriptions
21+
- Code copy functionality
22+
- Internationalization support (English/Chinese)
23+
24+
### Test Cases
25+
26+
1. Basic debugger statements (Easy)
27+
2. Conditional debugger triggers (Medium)
28+
3. Obfuscated code with debugger (Hard)
29+
4. Timer-based debugger (Medium)
30+
5. Event listener debugger (Hard)
31+
6. Proxy object debugger (Hard)
32+
33+
### Local Development
34+
35+
1. Clone the repository:
36+
```bash
37+
git clone https://github.com/JSREI/js-debugger-bypass-goat.git
38+
```
39+
40+
2. Enter the project directory:
41+
```bash
42+
cd js-debugger-bypass-goat
43+
```
44+
45+
3. Run with any HTTP server, for example:
46+
```bash
47+
python -m http.server 8080
48+
```
49+
50+
4. Access in your browser: `http://localhost:8080`
51+
52+
### Related Projects
53+
54+
- [js-debugger-bypass](https://github.com/JSREI/js-debugger-bypass) - JavaScript debugger bypass tool
55+
56+
### Contributing
57+
58+
Pull Requests are welcome to add new test cases or improve existing ones.
59+
60+
### License
61+
62+
MIT License - See the [LICENSE](LICENSE) file for details
63+
64+
---
65+
66+
## JavaScript 调试绕过测试平台
67+
68+
这是一个用于测试JavaScript反调试绕过技术的在线平台。该平台提供了多个测试案例,帮助开发者和安全研究人员测试和验证JavaScript调试器绕过工具的有效性。
69+
70+
### 特点
671

772
- 多样化的测试案例
873
- 实时验证功能
974
- 清晰的难度分级
1075
- 详细的案例说明
1176
- 代码可复制功能
77+
- 多语言支持(中文/英文)
1278

13-
## 案例列表
79+
### 测试用例
1480

15-
1. 基础 debugger 语句 (简单)
16-
2. 条件触发 debugger (中等)
17-
3. 混淆代码中的 debugger (困难)
18-
4. 定时器 debugger (中等)
19-
5. 事件监听器 debugger (困难)
20-
6. 代理对象 debugger (困难)
81+
1. 基础 debugger 语句(简单)
82+
2. 条件触发 debugger(中等)
83+
3. 混淆代码中的 debugger(困难)
84+
4. 定时器 debugger(中等)
85+
5. 事件监听器 debugger(困难)
86+
6. 代理对象 debugger(困难)
2187

22-
## 本地开发
88+
### 本地开发
2389

2490
1. 克隆仓库:
2591
```bash
@@ -36,16 +102,16 @@ cd js-debugger-bypass-goat
36102
python -m http.server 8080
37103
```
38104

39-
4. 在浏览器中访问 `http://localhost:8080`
105+
4. 在浏览器中访问`http://localhost:8080`
40106

41-
## 相关项目
107+
### 相关项目
42108

43109
- [js-debugger-bypass](https://github.com/JSREI/js-debugger-bypass) - JavaScript调试器绕过工具
44110

45-
## 贡献
111+
### 贡献
46112

47-
欢迎提交Pull Request来添加新的测试案例或改进现有案例
113+
欢迎提交Pull Request来添加新的测试用例或改进现有用例
48114

49-
## 许可证
115+
### 许可证
50116

51117
MIT License - 详见 [LICENSE](LICENSE) 文件

0 commit comments

Comments
 (0)