Skip to content

Atlantis Panel - Detect

ID: atlantis-detect

Severity: info

Author: jonathanwalker

Tags: panel,atlantis,runatlantis

Atlantis panel was detected.

id: atlantis-detect
info:
name: Atlantis Panel - Detect
author: jonathanwalker
severity: info
description: Atlantis panel was detected.
reference:
- https://github.com/runatlantis/atlantis
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:runatlantis:atlantis:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: runatlantis
product: atlantis
shodan-query: http.favicon.hash:-1706783005
fofa-query: icon_hash=-1706783005
tags: panel,atlantis,runatlantis
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'title="atlantis'
- 'Lock'
condition: and
- type: status
status:
- 200
# digest: 4b0a0048304602210080fa252db049217e5386bdfd16b77af704c72d3d989330be39c1386f18963a1a02210096061f3385dd90ed94a94546cc73385389ce6c0fe93fb80939cd5b921ba9fe95:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/atlantis-detect.yaml"

View on Github