New Module: Ivanti EPMM Last Patched Date Scan

Signed-off-by: Sam Stepanyan <sam.stepanyan@owasp.org>
This commit is contained in:
Sam Stepanyan 2024-01-20 21:15:12 +00:00 committed by GitHub
parent a2a8bc5d3e
commit 93d05aff28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,48 @@
info:
name: ivanti_epmm_lastpatcheeddate_scan
author: OWASP Nettacker Team
severity: 3
description: Ivanti EPMM Last Patched Date Scan
reference:
profiles:
- scan
- http
- ivanti
- low_severity
payloads:
- library: http
steps:
- method: head
timeout: 3
headers:
User-Agent: "{user_agent}"
allow_redirects: false
ssl: false
url:
nettacker_fuzzer:
input_format: "{{schema}}://{target}:{{ports}}/mifs/css/pages/userlogin.css"
prefix: ""
suffix: ""
interceptors:
data:
schema:
- "http"
- "https"
ports:
- 80
- 443
response:
condition_type: and
log: "response_dependent['headers']['Last-Modified']"
conditions:
status_code:
regex: "200"
reverse: false
headers:
Last-Modified:
regex: .*
reverse: false
Content-Type:
regex: "css"
reverse: false