diff --git a/exposed-panels/atlantis-detect.yaml b/exposed-panels/atlantis-detect.yaml new file mode 100644 index 00000000000..eae9b30d000 --- /dev/null +++ b/exposed-panels/atlantis-detect.yaml @@ -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