Skip to content

Adfinity Login Panel - Detect

ID: adfinity-panel

Severity: info

Author: righettod

Tags: panel,adfinity,login

Adfinity products was detected.

id: adfinity-panel
info:
name: Adfinity Login Panel - Detect
author: righettod
severity: info
description: |
Adfinity products was detected.
reference:
- https://easi.net/en/solutions/adfinity
metadata:
max-request: 1
verified: true
shodan-query: http.html:"Adfinity"
tags: panel,adfinity,login
http:
- method: GET
path:
- "{{BaseURL}}/adfinity/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "adfinity web application", "adfinity web access", "csrf_adfinity_token")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)Version\s+Adfinity([0-9.]+)'
# digest: 490a004630440220773548bb61e8b4f93403ff80d131900e5465397b635fae3e0edf217e6b46e298022035837e31199bf25425124233175b217dd4bfff7e9c0f419a0555bce91d238644: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/exposed-panels/adfinity-panel.yaml"

View on Github