31 lines
689 B
YAML
31 lines
689 B
YAML
id: json-server
|
|
|
|
info:
|
|
name: Json Server
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
reference: https://www.exploit-db.com/ghdb/4550
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"JSON Server"
|
|
tags: exposure,devops,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>JSON Server</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100ca7b3c49cc32e8013b2fc6aff123ddf93f2dcc058de7ec9c532378542a43d71702203175530196be3adcc248bd817d9bc58ab4a6123bcad1d7a0f66535da86bd58ed:922c64590222798bb761d5b6d8e72950
|