Merge pull request #8354 from projectdiscovery/protractor-config
Create protractor-config.yamlpatch-1
commit
d53d0677b0
|
@ -0,0 +1,38 @@
|
||||||
|
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:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
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
|
Loading…
Reference in New Issue