mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Merge pull request #6440 from jonathanwalker/template_atlantis_detect
Template atlantis detect
This commit is contained in:
30
exposed-panels/atlantis-detect.yaml
Normal file
30
exposed-panels/atlantis-detect.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
Reference in New Issue
Block a user