Description: An assortment of command line scripts written for the Python interpreter.
Script File Name | Summary of Script Purpose |
---|---|
ciscorouterssh.py | Connects to a Cisco router and displays its configured devices. |
ipvalidity.py | Evaluates if user input is a valid IP Address. |
passwordvault.py | Generates, stores, and retrieves a securely hashed password. |
sysmonitor.py | Monitors CPU, memory, and disk usage for all devices on a network and lists all network connections. |
telnet.py | Establishes a telnet session. |
threadedconfigcheck.py | Conducts a multithreaded verification and outputting of device hostnames and IP addresses. |