Update node-express-status.yaml
parent
d821f2e266
commit
b4ca536d07
|
@ -1,12 +1,13 @@
|
||||||
id: node-express-status
|
id: node-express-status
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Node Express Status Exposure
|
name: Node Express Status - Detect
|
||||||
author: DhiyaneshDk
|
author: DhiyaneshDk
|
||||||
severity: low
|
severity: low
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
max-request: 1
|
max-request: 1
|
||||||
|
shodan-query: title:"Express Status"
|
||||||
fofa-query: title="Express Status"
|
fofa-query: title="Express Status"
|
||||||
tags: node,express,misconfig,status
|
tags: node,express,misconfig,status
|
||||||
|
|
||||||
|
@ -18,9 +19,11 @@ http:
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
|
||||||
- "<title>Express Status</title>"
|
|
||||||
part: body
|
part: body
|
||||||
|
words:
|
||||||
|
- "Express Status"
|
||||||
|
- "CPU Usage"
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue