Skip to content

Json Server

ID: json-server

Severity: low

Author: DhiyaneshDK

Tags: exposure,devops,tech

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: 4b0a00483046022100eb1a90f93054fc52e688fd85f7c9979668a5f718cb272b9c55afa3a7a33697c90221008bab0f1d7071b61f4b30d383c86d473a6dc6216fa24b5f8a8e20cf5a79c1e40d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/json-server.yaml"

View on Github