29 lines
589 B
YAML
29 lines
589 B
YAML
id: payroll-management-system-panel
|
|
|
|
info:
|
|
name: Payroll Management System Web Login Panel
|
|
author: idealphase
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Admin | Employee's Payroll Management System"
|
|
tags: panel,payroll
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Admin | Employee's Payroll Management System</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|