mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 13:22:35 +08:00
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
name: poc-yaml-swagger-ui-unauth
|
|
sets:
|
|
path:
|
|
- swagger/ui/index
|
|
- swagger-ui.html
|
|
- api/swagger-ui.html
|
|
- service/swagger-ui.html
|
|
- web/swagger-ui.html
|
|
- swagger/swagger-ui.html
|
|
- actuator/swagger-ui.html
|
|
- libs/swagger-ui.html
|
|
- template/swagger-ui.html
|
|
- v2/api-docs
|
|
- v3/api-docs
|
|
- prod-api/v2/api-docs
|
|
- prod-api/v3/api-docs
|
|
- swagger/docs/v1
|
|
- swagger-resources
|
|
- prod-api/swagger-resources
|
|
- api_docs
|
|
- api/docs/
|
|
- api/index.html
|
|
- swagger/v1/swagger.yaml
|
|
- swagger/v1/swagger.json
|
|
- swagger.yaml
|
|
- swagger.json
|
|
- api-docs/swagger.yaml
|
|
- api-docs/swagger.json
|
|
rules:
|
|
- method: GET
|
|
path: /{{path}}
|
|
expression: |
|
|
response.status == 200 && (response.body.bcontains(b"Swagger UI") || response.body.bcontains(b"swagger-ui.min.js")|| response.body.bcontains(b'swagger:') || response.body.bcontains(b'swagger:') || response.body.bcontains(b'Swagger 2.0') || response.body.bcontains(b"\"openapi\":") || response.body.bcontains(b"\"swagger\":") || response.body.bcontains(b"\"swaggerVersion\":"))
|
|
detail:
|
|
author: AgeloVito
|
|
links:
|
|
- https://blog.csdn.net/u012206617/article/details/109107210
|
|
- https://aqsys.tapig.com/stage-api/swagger-resources
|
|
- http://39.98.195.144:8043/swagger/ui/index(http://39.98.195.144:8043/swagger/docs/v1)
|