From 6e471adfe74a99aa0fa5c7cc126fe7328cf47602 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:36:04 +0530 Subject: [PATCH] Update and rename technologies/atlantis-detect.yaml to exposed-panels/atlantis-detect.yaml --- .../atlantis-detect.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) rename {technologies => exposed-panels}/atlantis-detect.yaml (69%) diff --git a/technologies/atlantis-detect.yaml b/exposed-panels/atlantis-detect.yaml similarity index 69% rename from technologies/atlantis-detect.yaml rename to exposed-panels/atlantis-detect.yaml index 3326e921fa7..eae9b30d000 100644 --- a/technologies/atlantis-detect.yaml +++ b/exposed-panels/atlantis-detect.yaml @@ -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: - - "atlantis" + - 'title="atlantis' + - 'Lock' + condition: and + - type: status status: - 200