Merge pull request #6440 from jonathanwalker/template_atlantis_detect

Template atlantis detect
patch-1
Dhiyaneshwaran 2022-12-29 05:19:19 +05:30 committed by GitHub
commit 5635fb82d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

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