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.

The source code is currently hosted on GitHub at: https://github.com/Fa1sal-ali/vultest

Binary installers for the latest released version are available at the Python Package Index - PyPi

pip install vultest

Usage

from vultest import vultest

vultest.test_ip(deviceip = '') # returns if ip is valid or not
vultest.test_ping(deviceip = '') # returns if ip is reachable 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 present in the output of the command or not

Dependencies

ipaddress

paramiko

Contributing

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

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.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

vultest-0.1.2-py3-none-any.whl (4.7 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