nuclei-templates/http/misconfiguration/node-express-status.yaml

28 lines
483 B
YAML
Raw Normal View History

2023-11-14 04:57:31 +00:00
id: node-express-status
info:
name: Node Express Status Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
max-request: 1
fofa-query: body="azuredeploy.json"
tags: node,express,misconfig,status
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Express Status</title>"
part: body
- type: status
status:
- 200