Node Express Status - Detect
ID: node-express-status
Severity: low
Author: DhiyaneshDk
Tags: node,express,misconfig,status
Description
Section titled “Description”Node Express Status is detected.
YAML Source
Section titled “YAML Source”id: node-express-status
info: name: Node Express Status - Detect author: DhiyaneshDk severity: low description: Node Express Status is detected. 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# digest: 4b0a004830460221008be2d95c024e8e30805aa53fdca310a1c0ab30906ebd0d01369f82193f1fbcb9022100a564585c1aabe6353df6688a104f7cd9d916db3d6a55823c6cff86870dee19fc:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/node-express-status.yaml"