Skip to content

AdmiralCloud - Detect

ID: admiralcloud-detect

Severity: info

Author: righettod

Tags: tech,admiralcloud,detect

AdmiralCloud was detected.

id: admiralcloud-detect
info:
name: AdmiralCloud - Detect
author: righettod
severity: info
description: |
AdmiralCloud was detected.
reference:
- https://www.admiralcloud.com/en/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"AdmiralCloud"
tags: tech,admiralcloud,detect
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
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>'
# digest: 4b0a00483046022100fd18e4f62917a230955aab059fc15f3a3f9cce2f2bbe976c67980000dcc1bb7e022100948f754c5319bbf6084dc253217fc2a66b3c486cf4218c5faf07b1bd550a0fb5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/admiralcloud-detect.yaml"

View on Github