Add files via upload

patch-1
Dominique RIGHETTO 2024-03-10 18:12:56 +01:00 committed by GitHub
parent 80844c36be
commit aad00f4f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: admiralcloud-detect
info:
name: HCP Anywhere - Detect
author: righettod
severity: info
description: |
AdmiralCloud was detected.
reference:
- https://www.admiralcloud.com/en/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"AdmiralCloud"
tags: tech,admiralcloud
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "content=\"admiralcloud", "<title>admiralcloud")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '\s+([0-9\.]+)</title>'