37 lines
913 B
YAML
37 lines
913 B
YAML
id: papercut-login-panel
|
|
|
|
info:
|
|
name: PaperCut Panel - Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
description: |
|
|
PaperCut is a print management system. Log in to manage your print quotas, see your print history and configure your system.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
google-query: html:'content="PaperCut'
|
|
tags: panel,papercut,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/user"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'content="PaperCut'
|
|
- '<title>PaperCut Login'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402203ce49a336c7f12eee371ad0908138ffc862bad490cb41057752bb5e2391ec3b402203bbff3ee63b6bb331a7bd1c2e5033a89eb23559ea7bbebdbf7d8f1a2f636a102:922c64590222798bb761d5b6d8e72950
|