Skip to content

PowerJob Login Panel - Detect

ID: powerjob-panel

Severity: info

Author: pikpikcu

Tags: panel,powerjob

PowerJob login panel was detected.

id: powerjob-panel
info:
name: PowerJob Login Panel - Detect
author: pikpikcu
severity: info
description: PowerJob 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:powerjob:powerjob:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
fofa-query: title="PowerJob"
product: powerjob
vendor: powerjob
tags: panel,powerjob
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>PowerJob</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100b8d1f4b3ce31f449b40f92ea42e3b4954afea829503cf057ebe4a71ec0500ad2022100f997caeb107fd4b083ea4d1fe93c24d07d001fee5da38faf209694550a96f195:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/powerjob-panel.yaml"

View on Github