Express Stack Trace
ID: express-stack-trace
Severity: low
Author: DhiyaneshDk
Tags: misconfig,express,intrusive
Description
Section titled “Description”Express Stack trace is exposed.
YAML Source
Section titled “YAML Source”id: express-stack-trace
info: name: Express Stack Trace author: DhiyaneshDk severity: low description: Express Stack trace is exposed. metadata: verified: true max-request: 1 shodan-query: html:"Welcome to Express" tags: misconfig,express,intrusive
http: - method: GET path: - '{{BaseURL}}/{{randstr}}'
matchers-condition: and matchers: - type: word part: body words: - "NotFoundError: Not Found" - "at Function.handle" condition: and
- type: word part: header words: - "text/html"
- type: status status: - 404# digest: 490a00463044022005e81933912764848b2e40a15f45fddbecc36009b2cbd552bd4570c4a69f1473022071893137eaca2777db6f246d472492eb55f05038faf86dc15b1587e8bdfdb3f7: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/express-stack-trace.yaml"