Merge pull request #8792 from projectdiscovery/node-ecstatic-internal-path
Create node-ecstatic-internal-path.yamlpatch-1
commit
c2b1b0e936
|
@ -0,0 +1,34 @@
|
||||||
|
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
|
Loading…
Reference in New Issue