Merge pull request #9327 from projectdiscovery/posteio-admin-panel
Create posteio-admin-panel.yamlpatch-1
commit
9b9c1aa033
|
@ -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
|
Loading…
Reference in New Issue