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

31 lines
535 B
YAML

id: atlantis-detect
info:
name: Atlantis Detect
author: jonathanwalker
severity: info
reference:
- https://github.com/runatlantis/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'
- 'Lock'
condition: and
- type: status
status:
- 200