aws-opensearch-login template (#3936)
* aws-opensearch-login template included * misc update * added reference Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
6b562eb6f7
commit
a7cbb6d958
|
@ -0,0 +1,24 @@
|
|||
id: aws-opensearch-login
|
||||
|
||||
info:
|
||||
name: AWS OpenSearch Default Login
|
||||
author: Higor Melgaço (eremit4)
|
||||
severity: medium
|
||||
description: Searches for the AWS OpenSearch login page
|
||||
reference: https://aws.amazon.com/pt/blogs/opensource/introducing-opensearch/
|
||||
tags: panel,opensearch,aws
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/_dashboards/app/login'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "Please login to OpenSearch Dashboards"
|
Loading…
Reference in New Issue