CUPS Detection (#10852)

* cups detection template

* update desc
patch-12
Rishi 2024-09-30 00:55:36 +01:00 committed by GitHub
parent 0efe555ad7
commit 2e34b0f68a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
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.]+)>'