34 lines
719 B
YAML
34 lines
719 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:
|
|
max-request: 1
|
|
verified: true
|
|
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
|