Merge pull request #8791 from projectdiscovery/node-ecstatic-listing

Create node-ecstatic-listing.yaml
patch-1
pussycat0x 2023-12-12 23:19:50 +05:30 committed by GitHub
commit 1017c420df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: node-ecstatic-listing
info:
name: Node ecstatic Directory Listing
author: DhiyaneshDK
severity: low
reference:
- https://tripla.dk/2020/03/26/multiple-vulnerabilities-in-nodejs-ecstatic-http-server-http-party/
metadata:
verified: true
shodan-query: 'server: "ecstatic"'
max-request: 1
tags: node,js,listing,ecstatic
http:
- method: GET
path:
- "{{BaseURL}}/img/"
headers:
Range: 10000
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Index of /img/</title>"
- type: status
status:
- 200