Merge pull request #7772 from projectdiscovery/mobileiron-sentry
Added MobileIron Sentry Panel detectionpatch-1
commit
8918338c65
|
@ -0,0 +1,30 @@
|
|||
id: mobileiron-sentry
|
||||
|
||||
info:
|
||||
name: MobileIron Sentry Panel - Detect
|
||||
author: pdteam
|
||||
severity: info
|
||||
description: MobileIron Sentry panel was detected.
|
||||
reference:
|
||||
- https://help.ivanti.com/mi/help/en_us/sntry/9.9.0/gdcl/Content/SentryGuide/MobileIron_Sentry_overvi.htm
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:967636089
|
||||
tags: panel,mobileiron
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/mics/login.jsp"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "MobileIron System Manager"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- \?([\d.]+)"
|
Loading…
Reference in New Issue