Add a template for Incapptic Connect (#4100)
* Add tpl for Incapptic
* Fix linter error
* misc update
* Auto Generated CVE annotations [Mon Apr 18 13:10:32 UTC 2022] 🤖
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
Co-authored-by: GitHub Action <action@github.com>
patch-1
parent
111dd9da26
commit
a3ad749c91
|
@ -14,6 +14,11 @@ info:
|
|||
classification:
|
||||
cve-id: CVE-2022-28363
|
||||
tags: cve,cve2022,xss,rlm
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||
cvss-score: 6.10
|
||||
cve-id: CVE-2022-28363
|
||||
cwe-id: CWE-79
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
|
|
@ -3,7 +3,7 @@ id: CVE-2022-28365
|
|||
info:
|
||||
name: Reprise License Manager 14.2 - Information Disclosure
|
||||
author: Akincibor
|
||||
severity: low
|
||||
severity: medium
|
||||
description: |
|
||||
Reprise License Manager 14.2 is affected by an Information Disclosure vulnerability via a GET request to /goforms/rlminfo. No authentication is required. The information disclosed is associated with software versions, process IDs, network configuration, hostname(s), system architecture and file/directory information.
|
||||
reference:
|
||||
|
@ -14,6 +14,11 @@ info:
|
|||
classification:
|
||||
cve-id: CVE-2022-28365
|
||||
tags: cve,cve2022,exposure,rlm
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||||
cvss-score: 5.30
|
||||
cve-id: CVE-2022-28365
|
||||
cwe-id: CWE-668
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
id: incapptic-connect-panel
|
||||
|
||||
info:
|
||||
name: IVANTI Incapptic Connect
|
||||
author: righettod
|
||||
severity: info
|
||||
reference: https://www.ivanti.com/products/incapptic-connect
|
||||
metadata:
|
||||
shodan-query:
|
||||
- http.title:"incapptic"
|
||||
- http.favicon.hash:-1067582922
|
||||
tags: panel,ivanti,incapptic-connect
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/static/img/custom_icons/favicon.ico'
|
||||
|
||||
redirects: true
|
||||
max-redirects: 3
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code==200"
|
||||
- "contains(tolower(body), 'incapptic')"
|
||||
condition: and
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code==200"
|
||||
- "('-1067582922' == mmh3(base64_py(body)))"
|
||||
condition: and
|
Loading…
Reference in New Issue