accellion

patch-12
Rishi 2024-10-08 20:09:58 +01:00 committed by GitHub
parent d06f9fed2e
commit 85c5f223a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: accellion-detect
info:
name: Accellion Detection
author: rxerium
severity: info
description: Dectection of Accellion File Transfer Appliance.
metadata:
verified: true
max-request: 1
shodan-query: http.body:"/cfadmin/img/accellion-logo.png"
tags: accellion,tech,detect
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/cfadmin/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '/cfadmin/img/accellion-logo.png'
- 'secured by accellion'
part: body
condition: or