Payroll Management System Web Login Panel - Detect
ID: payroll-management-system-panel
Severity: info
Author: idealphase
Tags: panel,payroll
Description
Section titled “Description”Payroll Management System Web login panel was detected.
YAML Source
Section titled “YAML Source”id: payroll-management-system-panel
info: name: Payroll Management System Web Login Panel - Detect author: idealphase severity: info description: Payroll Management System Web login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:payroll_management_system_project:payroll_management_system:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: http.title:"Admin | Employee's Payroll Management System" product: payroll_management_system vendor: payroll_management_system_project tags: panel,payroll
http: - 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# digest: 4a0a00473045022100e2a70cd7b2a53bd23b689942bff8e805a2673dc35d8b64ee399a7f3b5e9a395f0220262c797ac19fc9faa8fecde2de4325e7abe15f10a15d2c6a75fe00489ea8e198:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/payroll-management-system-panel.yaml"