Create json-server.yaml
parent
0b58b305ab
commit
46657bbd3a
|
@ -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
|
Loading…
Reference in New Issue