Note: If looking for an online Python compiler with multi-class support, consider Codiva.
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. |