Skip to content

Atlantis Dashboard - Exposure

ID: atlantis-dashboard

Severity: medium

Author: DhiyaneshDK

Tags: misconfig,atlantis,runatlantis,exposure

Atlantis Dashboard was discovered.

id: atlantis-dashboard
info:
name: Atlantis Dashboard - Exposure
author: DhiyaneshDK
severity: medium
description: |
Atlantis Dashboard was discovered.
metadata:
verified: true
max-request: 1
vendor: runatlantis
product: atlantis
shodan-query: http.favicon.hash:"-1706783005"
fofa-query: icon_hash=-1706783005
tags: misconfig,atlantis,runatlantis,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<span>Repository</span>"
- "<span>Project</span>"
- "<span>Workspace</span>"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100c3489772a3beaca889e9673f05978acc8059f5b50fa6a8638942c6375dde33170221009e91e9c5d615a0fd8eec93d4e07421d79a2ced577d2d2281668233e8a74706d2: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/misconfiguration/atlantis-dashboard.yaml"

View on Github