Merge pull request #7127 from projectdiscovery/papercut-ng-panel

Create papercut-panel.yaml
patch-1
pussycat0x 2023-04-26 10:43:07 +05:30 committed by GitHub
commit b3a924ba8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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"
google-query: html:'content="PaperCut'
tags: panel,papercut,detect
requests:
- 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