File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ info :
2+ name : moveit_version_scan
3+ author : OWASP Nettacker Team
4+ severity : 3
5+ description : MoveIt version scan - detects and shows Progress MoveIt software and its version
6+ reference :
7+ - https://community.progress.com/s/article/MOVEit-Transfer-Critical-Vulnerability-15June2023
8+ profiles :
9+ - scan
10+ - http
11+ - moveit
12+ - low_severity
13+
14+ payloads :
15+ - library : http
16+ steps :
17+ - method : get
18+ timeout : 3
19+ headers :
20+ User-Agent : " {user_agent}"
21+ Host : " {target}"
22+ allow_redirects : false
23+ ssl : false
24+ url :
25+ nettacker_fuzzer :
26+ input_format : " {{schema}}://{target}:{{ports}}/moveitisapi/moveitisapi.dll?action=capa"
27+ prefix : " "
28+ suffix : " "
29+ interceptors :
30+ data :
31+ schema :
32+ - " https"
33+ ports :
34+ - 443
35+ response :
36+ condition_type : and
37+ conditions :
38+ status_code :
39+ regex : " 200"
40+ reverse : false
41+ headers :
42+ x-moveitisapi-version :
43+ regex : (\d\d\.\d+\.\d+)
44+ reverse : false
45+ log : " response_dependent['headers']['x-moveitisapi-version']"
You can’t perform that action at this time.
0 commit comments