Merge pull request #5986 from idealphase/master

Added payroll-management-system-panel.yaml
patch-1
Dhiyaneshwaran 2022-11-09 02:47:48 +05:30 committed by GitHub
commit 10894c5b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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