Add files via upload
parent
80844c36be
commit
aad00f4f64
|
@ -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>'
|
Loading…
Reference in New Issue