37 lines
814 B
YAML
37 lines
814 B
YAML
id: express-stack-trace
|
|
|
|
info:
|
|
name: Express Stack Trace
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
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: 4a0a0047304502210086466fa6cdf9f0fe7080888c84e9c610d8c6651741704010b2d6b2383a484468022041a9aaf6ee7e5122863caad3b5a8833ca9552a606e430b04f691c6cb11a5aff4:922c64590222798bb761d5b6d8e72950
|