nuclei-templates/http/exposed-panels/papercut-ng-panel.yaml

35 lines
720 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