Merge pull request #5789 from projectdiscovery/express-stack-trace

Create express-stack-trace.yaml
patch-1
Prince Chaddha 2022-10-25 15:41:59 +05:30 committed by GitHub
commit c79e80aa8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

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