27 lines
425 B
YAML
27 lines
425 B
YAML
|
id: powerjob-panel
|
||
|
|
||
|
info:
|
||
|
name: PowerJob Login Panel
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
fofa-query: title="PowerJob"
|
||
|
tags: panel,powerjob
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>PowerJob</title>"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|