nuclei-templates/http/technologies/json-server.yaml

29 lines
494 B
YAML
Raw Normal View History

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:
max-request: 1
2022-07-06 22:01:27 +00:00
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
http:
2022-07-06 22:01:27 +00:00
- 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