2022-10-23 20:17:47 +00:00
|
|
|
id: express-stack-trace
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Express Stack Trace
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: low
|
|
|
|
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
|