Skip to content

PowerJob - Default Login

ID: powerjob-default-login

Severity: high

Author: j4vaovo

Tags: powerjob,default-login

PowerJob default login credentials were discovered.

id: powerjob-default-login
info:
name: PowerJob - Default Login
author: j4vaovo
severity: high
description: |
PowerJob default login credentials were discovered.
reference:
- https://www.yuque.com/powerjob/guidence/trial
classification:
cpe: cpe:2.3:a:powerjob:powerjob:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: powerjob
product: powerjob
shodan-query: http.title:"PowerJob"
fofa-query: title="PowerJob"
tags: powerjob,default-login
http:
- raw:
- |
POST /appInfo/assert HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"appName":{{username}},"password":{{password}}}
attack: pitchfork
payloads:
username:
- '"powerjob-worker-samples"'
password:
- '"powerjob123"'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{"success":true,"data":'
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200
# digest: 4a0a0047304502205fabd3c31b564f3252022df575460a84db35e527fbfa9365d265d114ddb6d9a6022100fb5e0354867ebaf0a694248914988cd10de2fd21b04e4a3764672fefab90e625: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/default-logins/powerjob-default-login.yaml"

View on Github