nuclei-templates/technologies/moveit-transfer-detect.yaml

31 lines
543 B
YAML
Raw Normal View History

2022-09-22 04:44:35 +00:00
id: moveit-transfer-detect
info:
name: Moveit File Transfer
author: tess
severity: info
metadata:
verified: true
shodan-query: html:"human.aspx"
tags: tech,moveit
requests:
- method: GET
path:
- '{{BaseURL}}/human.aspx'
2022-09-22 09:28:02 +00:00
matchers-condition: and
2022-09-22 04:44:35 +00:00
matchers:
- type: word
part: body
2022-09-22 09:28:02 +00:00
words:
- 'stylesheet_MOVEit'
- 'moveit.transfer'
- 'MOVEitPopUp'
condition: or
case-insensitive: true
- type: status
status:
- 200