Skip to content

Commit

Permalink
Update node-express-status.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikchaddha authored Nov 16, 2023
1 parent d821f2e commit b4ca536
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions http/misconfiguration/node-express-status.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down

0 comments on commit b4ca536

Please sign in to comment.