Create node-ecstatic-listing.yaml

patch-1
Dhiyaneshwaran 2023-12-10 10:51:32 +05:30 committed by GitHub
parent bc22395721
commit e5e4a5e2b4
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