43 lines
1000 B
YAML
43 lines
1000 B
YAML
id: cups-detect
|
|
|
|
info:
|
|
name: CUPS - Detect
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
An instance running CUPS was detected.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: product:"CUPS (IPP)"
|
|
tags: cups,tech,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Web Interface is Disabled - CUPS"
|
|
- "Forbidden - CUPS"
|
|
- "Server: CUPS"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- 404
|
|
- 403
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
name: version
|
|
regex:
|
|
- 'CUPS v([0-9.]+)>'
|
|
# digest: 4b0a00483046022100a4b760c0571319fdbee69a6f6be703655f7823ee9afe0f49088593e562ac63a60221009e39cef7c2083e8ee69c5e51e320e2527113962f5bdda0f698569e6197b3d662:922c64590222798bb761d5b6d8e72950 |