Skip to main content

Vultest is a python library for testing router vulnerability.

Project description

VULTEST (Vulnerability Tester)

Vultest is a python library for testing router vulnerability.

Installation

Use the package manager pip to install vultest.

pip install vultest

Usage

from vultest import vultest

vultest.test_ip(deviceip = '') # returns if ip is valid or not
vultest.device_login(username = '', password = '', deviceip = '') # returns a channel for communicating with device and a dictionary with result
vultest.send_command(username = '', password = '', deviceip = '', command = '') # returns the output of the command triggered on the device
vultest.test_pattern(username = '', password = '', deviceip = '', command = '', pattern = '') # returns whether the pattern entered is present in the output of the command

Dependencies

ipaddress

paramiko

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

vultest-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

vultest-0.1.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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