2022-10-23 20:17:47 +00:00
|
|
|
id: express-stack-trace
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Express Stack Trace
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: low
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Express Stack trace is exposed.
|
2022-10-23 20:17:47 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-10-23 20:17:47 +00:00
|
|
|
shodan-query: html:"Welcome to Express"
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: misconfig,express,intrusive
|
2022-10-23 20:17:47 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-23 20:17:47 +00:00
|
|
|
- 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
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a0047304502206b86f6b4740cc788ee0c102077cc22f2e3ce9c090efb49b91bc8f5038e04e197022100e3a4d52c6fc34906dd7ee15cffc40b752519e5cc520231bb70eb0df6699e8695:922c64590222798bb761d5b6d8e72950
|