35 lines
887 B
YAML
35 lines
887 B
YAML
id: node-ecstatic-internal-path
|
|
|
|
info:
|
|
name: Node ecstatic Internal Path - Exposure
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
reference:
|
|
- https://tripla.dk/2020/03/26/multiple-vulnerabilities-in-nodejs-ecstatic-http-server-http-party/
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: 'server: "ecstatic"'
|
|
tags: node,js,exposure,ecstatic
|
|
|
|
variables:
|
|
payload: '{{repeat("A", 1000)}}'
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/{{payload}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'ENAMETOOLONG'
|
|
- 'stat'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 500
|
|
# digest: 490a0046304402204177144517ad95f3975f940e3ffb8ffdd94f403ad3d0a0ad929a16cba0cefae9022025ba42a36396e6b95ab3599b7c25ad4930cfa50c407919a82a7866d79afb156e:922c64590222798bb761d5b6d8e72950 |