Added payroll-management-system-panel.yaml

Added payroll-management-system-panel.yaml
patch-1
idealphase 2022-11-07 23:32:47 +07:00 committed by GitHub
parent 7d90e94792
commit d4e0096bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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: payroll
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/login.php'
stop-at-first-match: true
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