mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 07:43:27 +08:00
Update and rename technologies/atlantis-detect.yaml to exposed-panels/atlantis-detect.yaml
This commit is contained in:
@@ -2,25 +2,29 @@ id: atlantis-detect
|
||||
|
||||
info:
|
||||
name: Atlantis Detect
|
||||
description: Allows you to detect Atlantis instances
|
||||
author: jonathanwalker
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.component:"atlantis"
|
||||
reference:
|
||||
- https://github.com/runatlantis/atlantis
|
||||
tags: tech,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</title>"
|
||||
- 'title="atlantis'
|
||||
- 'Lock'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
Reference in New Issue
Block a user