Skip to content

Commit

Permalink
Merge pull request #8622 from projectdiscovery/node-express-status
Browse files Browse the repository at this point in the history
Create node-express-status.yaml
  • Loading branch information
ritikchaddha authored Nov 16, 2023
2 parents f273b02 + b4ca536 commit 653e55b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions http/misconfiguration/node-express-status.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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

0 comments on commit 653e55b

Please sign in to comment.