Merge pull request #9327 from projectdiscovery/posteio-admin-panel

Create posteio-admin-panel.yaml
patch-1
pussycat0x 2024-03-13 17:04:04 +05:30 committed by GitHub
commit 9b9c1aa033
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