Merge branch 'main' of https://github.com/projectdiscovery/nuclei-templates
commit
85963aa4c1
|
@ -1,20 +1,22 @@
|
|||
id: moveit-transfer-detect
|
||||
|
||||
info:
|
||||
name: Moveit File Transfer
|
||||
name: Moveit File Transfer - Detect
|
||||
author: tess
|
||||
severity: info
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
verified: "true"
|
||||
shodan-query: html:"human.aspx"
|
||||
tags: tech,moveit
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/human.aspx'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
|
@ -23,6 +25,7 @@ http:
|
|||
- 'stylesheet_MOVEit'
|
||||
- 'moveit.transfer'
|
||||
- 'MOVEitPopUp'
|
||||
- 'MOVEit Automation'
|
||||
condition: or
|
||||
case-insensitive: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue