Update node-express-status.yaml
parent
d821f2e266
commit
b4ca536d07
|
@ -1,12 +1,13 @@
|
|||
id: node-express-status
|
||||
|
||||
info:
|
||||
name: Node Express Status Exposure
|
||||
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
|
||||
|
||||
|
@ -18,9 +19,11 @@ http:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Express Status</title>"
|
||||
part: body
|
||||
words:
|
||||
- "Express Status"
|
||||
- "CPU Usage"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue