Create json-server.yaml

patch-1
Dhiyaneshwaran 2022-07-06 23:01:27 +01:00 committed by GitHub
parent 0b58b305ab
commit 46657bbd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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"
tags: exposure,devops
requests:
- method: GET
path:
- "{{BaseURL}}"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>JSON Server</title>'
condition: and
- type: status
status:
- 200