28 lines
483 B
YAML
28 lines
483 B
YAML
|
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
|