Skip to content

Poste.io Admin Panel - Detect

ID: posteio-admin-panel

Severity: info

Author: ritikchaddha

Tags: panel,poste,login,detect

Poste.io login panel was detected.

id: posteio-admin-panel
info:
name: Poste.io Admin Panel - Detect
author: ritikchaddha
severity: info
description: Poste.io login panel was detected.
classification:
cpe: cpe:2.3:a:analogic:poste.io:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: analogic
product: poste.io
shodan-query: title:"Administration login" html:"poste<span"
tags: panel,poste,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/admin/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "poste<span"
- "Administration login"
condition: and
- type: status
status:
- 200
# digest: 490a004630440220079e23052cbe944e799e4a578b6dab6f3c69322be502107c1b7a1b0953f28e05022023086c162fe339a8ef369f4219456c586d5b2cbcba4c1b9a9f97675233bd1566: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/posteio-admin-panel.yaml"

View on Github