Skip to content

Pichome Login Panel - Detect

ID: pichome-panel

Severity: info

Author: ritikchaddha

Tags: pichome,panel

Pichome login panel was detected.

id: pichome-panel
info:
name: Pichome Login Panel - Detect
author: ritikchaddha
severity: info
description: Pichome 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:oaooa:pichome:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: http.favicon.hash:933976300
product: pichome
vendor: oaooa
tags: pichome,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/user.php?mod=login"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Powered By oaooa PicHome'
- 'content="oaooa"'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022075291db2cfabc3f2e5dd97702061eeee18ef6de8eed97dfcabc0647f14646e1b022100edc9989b82b40f58955521ecfdca9881f89ba304aca407e3813c0074b48dfcee: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/pichome-panel.yaml"

View on Github