-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
64 lines (64 loc) · 1.59 KB
/
Copy pathmetadata.json
File metadata and controls
64 lines (64 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "edusrc-hunter",
"version": "1.0.0",
"description": "EDUSRC教育漏洞挖掘技能 - 通过Burp MCP进行信息收集、资产发现、漏洞扫描和报告生成",
"author": "Claude Code Community",
"license": "MIT",
"keywords": [
"edu.src",
"security",
"vulnerability",
"penetration-testing",
"burp-suite",
"education",
"cybersecurity"
],
"categories": [
"security",
"testing",
"automation"
],
"tools": [
"burp-mcp",
"websearch",
"exa"
],
"requirements": {
"claude-code": ">=1.0.0",
"burp-suite": "professional",
"burp-mcp": ">=1.0.0"
},
"features": [
"Information gathering",
"Asset discovery",
"Vulnerability scanning",
"Vulnerability verification",
"Report generation",
"Burp MCP integration",
"edu.SRC compliance"
],
"supported_vulnerabilities": [
"SQL Injection",
"XSS (Cross-Site Scripting)",
"SSRF (Server-Side Request Forgery)",
"File Upload",
"Command Execution",
"Code Execution",
"Arbitrary File Read/Download",
"Weak Passwords",
"Information Disclosure",
"Unauthorized Access",
"Logic Flaws",
"CSRF (Cross-Site Request Forgery)",
"Clickjacking",
"Backdoor Detection"
],
"changelog": {
"1.0.0": "Initial release with comprehensive edu.SRC vulnerability discovery capabilities"
},
"links": {
"documentation": "https://github.com/your-repo/edusrc-hunter/blob/main/README.md",
"issues": "https://github.com/your-repo/edusrc-hunter/issues",
"repository": "https://github.com/your-repo/edusrc-hunter"
}
}