Create jsapi-ticket-json.yaml
parent
1333264ad1
commit
333f376baf
|
@ -0,0 +1,28 @@
|
|||
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"
|
||||
tags: exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/jsapi_ticket.json"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'expire_time'
|
||||
- 'jsapi_ticket'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue