Skip to main content

Try to connect to a host via SSH/RDP/VNC/VMware vCenter auth etc

Project description

This library helps you check credentials.

It support the following protocols:

  • RDP

  • SSH

  • VNC

  • VMware vCenter Auth

Usage

import conntest
conntest.ssh_connection(
    '127.0.0.1', username='root', password='something', port=22
)
conntest.rdp_connection(
    '127.0.0.1', port=3389, username='Administrator',
    domain='example.com', password='something'
)
conntest.vnc_connection(
    '127.0.0.1', port=5900, password='something'
)
conntest.vcenter_connection(
    '127.0.0.1', port=443, username='administrator',
    domain='vsphere.local', password='something'
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conntest-1.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page