File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ info :
2+ name : ivanti_epmm_lastpatcheddate_scan
3+ author : OWASP Nettacker Team
4+ severity : 3
5+ description : Ivanti EPMM Last Patched Date Scan
6+ reference :
7+ profiles :
8+ - scan
9+ - http
10+ - ivanti
11+ - low_severity
12+
13+ payloads :
14+ - library : http
15+ steps :
16+ - method : head
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}}/mifs/css/pages/userlogin.css"
25+ prefix : " "
26+ suffix : " "
27+ interceptors :
28+ data :
29+ schema :
30+ - " http"
31+ - " https"
32+ ports :
33+ - 80
34+ - 443
35+ response :
36+ condition_type : and
37+ log : " response_dependent['headers']['Last-Modified']"
38+ conditions :
39+ status_code :
40+ regex : " 200"
41+ reverse : false
42+ headers :
43+ Last-Modified :
44+ regex : .*
45+ reverse : false
46+ Content-Type :
47+ regex : " css"
48+ reverse : false
You can’t perform that action at this time.
0 commit comments