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

37 lines
723 B
YAML
Raw Normal View History

2022-12-27 19:15:25 +00:00
id: atlantis-detect
info:
name: Atlantis Panel - Detect
2022-12-27 19:15:25 +00:00
author: jonathanwalker
severity: info
description: Atlantis panel was detected.
2022-12-27 19:30:59 +00:00
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
2022-12-27 19:15:25 +00:00
http:
2022-12-27 19:15:25 +00:00
- method: GET
path:
- "{{BaseURL}}"
2022-12-27 19:15:25 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'title="atlantis'
- 'Lock'
condition: and
2022-12-27 19:15:25 +00:00
- type: status
status:
- 200