Skip to content

Commit

Permalink
Create node-express-status.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek authored Nov 14, 2023
1 parent 43e73a3 commit 7911ded
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions http/misconfiguration/node-express-status.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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

0 comments on commit 7911ded

Please sign in to comment.