33 lines
748 B
YAML
33 lines
748 B
YAML
id: node-express-status
|
|
|
|
info:
|
|
name: Node Express Status - Detect
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Express Status"
|
|
fofa-query: title="Express Status"
|
|
tags: node,express,misconfig,status
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Express Status"
|
|
- "CPU Usage"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a004630440220027124dc52448b291786dd89e5643694e7fae0d69aabe4a86126e4b40fabd595022078e46bfb6fb09da14ca22e2d00f9c165cf8ee3aa12845be850aa2dfaa4cdfc12:922c64590222798bb761d5b6d8e72950
|