File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ info :
2+ name : ivanti_vtm_version_scan
3+ author : OWASP Nettacker Team
4+ severity : 3
5+ description : Ivanti vTM Version Scan
6+ reference : https://www.helpnetsecurity.com/2024/09/25/cve-2024-7593-exploited/
7+ profiles :
8+ - scan
9+ - http
10+ - ivanti
11+ - low_severity
12+
13+ payloads :
14+ - library : http
15+ steps :
16+ - method : get
17+ timeout : 3
18+ headers :
19+ User-Agent : " {user_agent}"
20+ allow_redirects : false
21+ ssl : false
22+ url :
23+ nettacker_fuzzer :
24+ input_format : " {{schema}}://{target}:{{ports}}/apps/zxtm/login.cgi"
25+ prefix : " "
26+ suffix : " "
27+ interceptors :
28+ data :
29+ schema :
30+ - " https"
31+ ports :
32+ - 9090
33+ response :
34+ condition_type : and
35+ log : " response_dependent['content']"
36+ conditions :
37+ status_code :
38+ regex : " 200"
39+ reverse : false
40+ headers :
41+ Pragma :
42+ regex : no-cache
43+ reverse : false
44+ content :
45+ regex : |
46+ <span class="version">([0-9]+(?:\.[0-9]+)*[A-Za-z0-9]*)<\/span>
47+ reverse : false
You can’t perform that action at this time.
0 commit comments