nuclei-templates/exposures/files/jsapi-ticket-json.yaml

29 lines
544 B
YAML
Raw Normal View History

2022-07-06 17:53:07 +00:00
id: jsapi-ticket-json
info:
name: JsAPI Ticket Json
author: DhiyaneshDK
severity: low
reference: https://www.exploit-db.com/ghdb/6070
metadata:
verified: true
google-query: intitle:"index of" "jsapi_ticket.json"
2022-07-12 14:08:15 +00:00
tags: exposure,jsapi
2022-07-06 17:53:07 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/jsapi_ticket.json"
matchers-condition: and
matchers:
- type: word
words:
2022-07-12 14:08:15 +00:00
- '"expire_time":'
- '"jsapi_ticket":'
2022-07-06 17:53:07 +00:00
condition: and
- type: status
status:
- 200