All Projects → cristianst85 → QuickConnectPlugin

cristianst85 / QuickConnectPlugin

Licence: Unknown, GPL-2.0 licenses found Licenses found Unknown LICENSE GPL-2.0 COPYING
A KeePass plugin that allows you to connect to Windows/Linux/ESXi hosts.

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to QuickConnectPlugin

vmSafeguard
vmSafeguard is a management, planning, backup system for a Vmware ESXi(s) solution, orchestrated through a Web Admin Panel. RTFM for more info. Under develop since Jun 2020
Stars: ✭ 20 (-66.67%)
Mutual labels:  vmware, esxi
KeePassSubsetExport
KeePassSubsetExport is a KeePass2 plugin which automatically exports a subset of entries to new databases
Stars: ✭ 39 (-35%)
Mutual labels:  keepass, keepass-plugin
pyVirtualize
A python interface to access and manage VMware vSphere and ~Horizon View~
Stars: ✭ 13 (-78.33%)
Mutual labels:  vmware, esxi
GlobalSearch
Enhance KeePass search functionality to search in all open databases
Stars: ✭ 17 (-71.67%)
Mutual labels:  keepass, keepass-plugin
PasswordChangeAssistant
KeePass plugin to change passwords and synchronize password profiles
Stars: ✭ 22 (-63.33%)
Mutual labels:  keepass, keepass-plugin
ColoredPassword
Use different colors for digits and special chars in passwords
Stars: ✭ 34 (-43.33%)
Mutual labels:  keepass, keepass-plugin
EarlyUpdateCheck
Perform KeePass update check BEFORE opening a database and automatically update plugins
Stars: ✭ 27 (-55%)
Mutual labels:  keepass, keepass-plugin
ansible-vmware-http
Examples of Ansible playbook to manage VMware using HTTP APIs
Stars: ✭ 29 (-51.67%)
Mutual labels:  vmware, esxi
r8125-esxi
Realtek RTL8125 driver for ESXi 6.7
Stars: ✭ 163 (+171.67%)
Mutual labels:  vmware, esxi
vic-ui
vSphere Integrated Containers Plug-In for vSphere Client provides information about your VIC setup and allows you to deploy VCHs directly from the vSphere Client.
Stars: ✭ 23 (-61.67%)
Mutual labels:  vmware
vmwmouse
VMware mouse driver for Windows 3.1
Stars: ✭ 315 (+425%)
Mutual labels:  vmware
Hades
The best way to hack into VMware accounts.
Stars: ✭ 61 (+1.67%)
Mutual labels:  vmware
qute-keepassxc
Qutebrowser userscript to fetch credentials from KeepassXC password database
Stars: ✭ 44 (-26.67%)
Mutual labels:  keepass
micropython-thingspeak-mqtt-esp8266
Publish and Subscribe to Thingspeak using MQTT with Micropython
Stars: ✭ 26 (-56.67%)
Mutual labels:  putty
vmware-rpc
Header-only VMWare Backdoor API Implementation & Effortless VMX Patcher for Custom Guest-to-Host RPCs
Stars: ✭ 87 (+45%)
Mutual labels:  vmware
terraform-provider-vra
Terraform VMware vRealize Automation provider
Stars: ✭ 82 (+36.67%)
Mutual labels:  vmware
packer-windows
Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
Stars: ✭ 1,116 (+1760%)
Mutual labels:  vmware
keepassxc-pwned
Check your keepassxc database against previously breached haveibeenpwned passwords
Stars: ✭ 25 (-58.33%)
Mutual labels:  keepass
tfc-agent
Examples related to the Terraform Cloud Agent, a remote runner for Terraform Cloud Business and Terraform Enterprise
Stars: ✭ 44 (-26.67%)
Mutual labels:  vmware
KeePassHax
A tool to extract a KeePass master password from memory
Stars: ✭ 57 (-5%)
Mutual labels:  keepass

QuickConnect Plugin

QuickConnect is a plugin for KeePass password manager that allows you to connect to Windows/Linux/ESXi hosts.

Latest Release Total Downloads

Requirements

  • Microsoft Windows XP/7/10 with .NET Framework 3.5;
  • KeePass version 2.45 or newer.

Installation

  • Download the latest release;
  • Verify that the checksum for QuickConnectPlugin.plgx matches the one published with the release;
  • Copy the QuickConnectPlugin.plgx in the KeePass plugins directory and restart the application.

Usage

  • The plugin adds a new menu item named QuickConnect under Tools menu;
  • Use the Map Fields tab in the Options dialog to configure the custom fields from which the plugin gets the host address (IP address or hostname) and the connection method;
  • Connection method is determined based on the text found in the mapped field. For example, if one of the following strings (case-insensitive) is found, then the corresponding items are added to the entry context menu (right-click):
    • rdp or windows - Open Remote Desktop and Open Remote Desktop (console);
    • esxi or vcenter - Open vSphere Client;
    • ssh, telnet, linux or a known Linux distribution name - Open PuTTY Console and Open WinSCP.
  • Additional options like session name or port can be specified to be used with PuTTY/WinSCP. The syntax is as follows: [{ssh|telnet}|<os_type>[;session:"<regex_pattern>"[;port:<port>[;ssh_key:"<ssh_key_path.ppk>"]]]].

Connection method and Additional options can be mapped to the same field. This will avoid cluttering the database with too many custom fields.

QuickConnectPlugin

Password Changer

This feature allows you to change passwords for Windows/Linux/ESXi hosts directly from KeePass.

Requirements

Security Considerations

  • Please take note that when launching vSphere Client, PuTTY, WinSCP or PsPasswd (via Password Changer) the plugin exposes the password via command-line arguments and it is visible during the entire lifetime of the child process.

Repository

The main repository is hosted on GitHub.

Changelog

See CHANGELOG file for details.

Download

You can download compiled binaries from here.

Some experimental builds are available here.

License

  • The source code in this repository is released under the GNU GPLv2 or later license. See the bundled LICENSE file for details.
  • The menu items icons are from Crystal Clear icon set by Everaldo Coelho licensed under LGPL v2.1 or later.
  • Includes SSH.NET library copyrighted by RENCI and released under MIT License.
  • Includes code from KeePass licensed under GNU General Public License version 2 or later.

Related Projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].