41 lines
967 B
YAML
41 lines
967 B
YAML
id: protractor-config
|
|
|
|
info:
|
|
name: Protractor Configuration Exposure
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
description: |
|
|
Protractor configuration file was detected.
|
|
reference:
|
|
- https://www.protractortest.org/#/api-overview
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"protractor.conf.js"
|
|
tags: devops,exposure,protractor,config
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/protractor.conf.js"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'exports.config'
|
|
- 'capabilities:'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/javascript"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502205c7d2e898952cccbb56c083144af8036fbb7ec4b00afd635fd65588877f902cb022100c1c0439f1750ccb01e27c6860a2fa37397f48b2fdcee2c9fccfa08fd0e903d5a:922c64590222798bb761d5b6d8e72950
|