2022-07-06 22:01:27 +00:00
|
|
|
id: json-server
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Json Server
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: low
|
|
|
|
reference: https://www.exploit-db.com/ghdb/4550
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"JSON Server"
|
2022-11-14 19:45:12 +00:00
|
|
|
tags: exposure,devops,tech
|
2022-07-06 22:01:27 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-07-07 21:18:34 +00:00
|
|
|
part: body
|
2022-07-06 22:01:27 +00:00
|
|
|
words:
|
2022-07-12 15:00:04 +00:00
|
|
|
- "<title>JSON Server</title>"
|
2022-07-07 21:12:21 +00:00
|
|
|
|
2022-07-06 22:01:27 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|