accellion
parent
d06f9fed2e
commit
85c5f223a3
|
@ -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
|
Loading…
Reference in New Issue