Merge pull request #6440 from jonathanwalker/template_atlantis_detect

Template atlantis detect
This commit is contained in:
Dhiyaneshwaran
2022-12-29 05:19:19 +05:30
committed by GitHub

View 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