aws-opensearch-login template (#3936)

* aws-opensearch-login template included

* misc update

* added reference

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
patch-1
eremit4 2022-03-20 04:52:44 -03:00 committed by GitHub
parent 6b562eb6f7
commit a7cbb6d958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -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"