Skip to content

Accellion - Detect

ID: accellion-detect

Severity: info

Author: rxerium

Tags: accellion,tech,detect

Dectection of Accellion File Transfer Appliance.

id: accellion-detect
info:
name: Accellion - Detect
author: rxerium
severity: info
description: |
Dectection of Accellion File Transfer Appliance.
metadata:
verified: true
max-request: 1
shodan-query: html:"/cfadmin/img/"
tags: accellion,tech,detect
http:
- method: GET
path:
- "{{BaseURL}}/cfadmin/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '/cfadmin/img/accellion-logo.png'
- 'secured by accellion'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022051d8cf4f546535f4d79a5d7c6a0235569593ae50e316a4c7a22bf7b815c2756a0221008c76e9b8bb0c4460da82ad6e4a0caaa7838ff3bca3f54c81b85e9c5e95c071f7: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/accellion-detect.yaml"

View on Github