Create express-stack-trace.yaml

This commit is contained in:
Dhiyaneshwaran
2022-10-24 01:47:47 +05:30
committed by GitHub
parent 8e89f23c2f
commit f6feba059c

View File

@@ -0,0 +1,33 @@
id: express-stack-trace
info:
name: Express Stack Trace
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: html:"Welcome to Express"
tags: misconfig,express
requests:
- 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