Create apache-apollo-panel.yaml
parent
e7bdc5ca29
commit
e2aeddad1d
|
@ -0,0 +1,27 @@
|
|||
id: apache-apollo-panel
|
||||
|
||||
info:
|
||||
name: Apache Apollo Panel - Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: title:"Apache Apollo"
|
||||
tags: panel,apache,apollo,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/console/index.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Apache Apollo - Admin Console'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue