Skip to content

Commit 1ac1462

Browse files
authored
Merge pull request #795 from OWASP/securestep9-ivanti_epmm_lastpatcheddate-patch-1
New Module: Ivanti EPMM Last Patched Date Scan
2 parents a2a8bc5 + bf45746 commit 1ac1462

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

0 commit comments

Comments
 (0)