commit
b3a924ba8a
|
@ -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
|
Loading…
Reference in New Issue