Create posteio-admin-panel.yaml

patch-1
Ritik Chaddha 2024-03-12 14:32:53 +05:30 committed by GitHub
parent 6790e17b91
commit c173bf3c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: posteio-admin-panel
info:
name: Poste.io Admin Panel - Detect
author: ritikchaddha
severity: info
description: Poste.io login panel was detected.
metadata:
verified: true
max-request: 1
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