38 lines
994 B
YAML
38 lines
994 B
YAML
id: proxy-wpad-exposure
|
|
|
|
info:
|
|
name: Web Proxy Auto-Discovery Configuration File - Detect
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
description: Web Proxy Auto-Discovery configuration file was detected.
|
|
reference: https://en.wikipedia.org/wiki/Web_Proxy_Auto-Discovery_Protocol
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"wpad.dat"
|
|
tags: config,exposure,proxy
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wpad.dat"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "FindProxyForURL"
|
|
- "url"
|
|
- "host"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100dc33e95b72bec214e74cc59a130539ce63c2acd66b639aba1a3358c1d3cfb001022012df0afdabe4deb9e11b4b9f8215c8985d48140e302c99ae6ce61ecf21cc8d0e:922c64590222798bb761d5b6d8e72950
|