mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create express-stack-trace.yaml
This commit is contained in:
33
misconfiguration/express-stack-trace.yaml
Normal file
33
misconfiguration/express-stack-trace.yaml
Normal 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
|
||||
Reference in New Issue
Block a user