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

35 lines
720 B
YAML
Raw Normal View History

2023-04-25 18:36:56 +00:00
id: papercut-login-panel
2023-04-25 14:30:12 +00:00
info:
2023-04-25 18:36:56 +00:00
name: PaperCut Panel - Detect
2023-04-25 14:30:12 +00:00
author: ritikchaddha
severity: info
description: |
2023-04-25 18:36:56 +00:00
PaperCut is a print management system. Log in to manage your print quotas, see your print history and configure your system.
2023-04-25 14:30:12 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-04-25 14:30:12 +00:00
google-query: html:'content="PaperCut'
tags: panel,papercut,detect
http:
2023-04-25 14:30:12 +00:00
- method: GET
path:
- "{{BaseURL}}/user"
2023-04-25 18:36:56 +00:00
host-redirects: true
max-redirects: 2
2023-10-14 11:27:55 +00:00
2023-04-25 14:30:12 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="PaperCut'
2023-04-25 18:36:56 +00:00
- '<title>PaperCut Login'
condition: or
2023-04-25 14:30:12 +00:00
- type: status
status:
- 200