nuclei-templates/http/exposed-panels/atlantis-detect.yaml

37 lines
723 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.hash:-1706783005
tags: panel,atlantis
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'title="atlantis'
- 'Lock'
condition: and
- type: status
status:
- 200