Update and rename technologies/atlantis-detect.yaml to exposed-panels/atlantis-detect.yaml

This commit is contained in:
Ritik Chaddha
2022-12-28 11:36:04 +05:30
committed by GitHub
parent 21e92ba2db
commit 6e471adfe7

View File

@@ -2,25 +2,29 @@ id: atlantis-detect
info:
name: Atlantis Detect
description: Allows you to detect Atlantis instances
author: jonathanwalker
severity: info
metadata:
shodan-query: http.component:"atlantis"
reference:
- https://github.com/runatlantis/atlantis
tags: tech,atlantis
metadata:
verified: true
shodan-query: http.favicon.hash:-1706783005
tags: panel,atlantis
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>atlantis</title>"
- 'title="atlantis'
- 'Lock'
condition: and
- type: status
status:
- 200