Skip to content

Navicat On-Prem Server Panel - Detect

ID: navicat-server-panel

Severity: info

Author: ritikchaddha

Tags: panel,navicat,on-prem,detect

Navicat On-Prem Server is an on-premise solution that provides you with the option to host a cloud environment for storing Navicat objects internally at your location. In our On-Prem environment, you can enjoy complete control over your system and maintain 100% privacy. It is secure and reliable that allow you to maintain a level of control that the cloud often cannot.

id: navicat-server-panel
info:
name: Navicat On-Prem Server Panel - Detect
author: ritikchaddha
severity: info
description: |
Navicat On-Prem Server is an on-premise solution that provides you with the option to host a cloud environment for storing Navicat objects internally at your location. In our On-Prem environment, you can enjoy complete control over your system and maintain 100% privacy. It is secure and reliable that allow you to maintain a level of control that the cloud often cannot.
metadata:
verified: true
max-request: 2
shodan-query: http.favicon.hash:598296063
fofa-query: icon_hash="598296063"
tags: panel,navicat,on-prem,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Navicat On-Prem Server</title>'
- 'content="Navicat On-Prem Server'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100c52cf94bb098b946f0e526c936b448fe9152b55496ba0381d691c2db0deb9dbd022011f0bdb55b3af1ddb030495a4385047b7a04aba46e1ae25080a20e835574e606:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/navicat-server-panel.yaml"

View on Github