An open API service indexing awesome lists of open source software.

https://github.com/chaseofthejungle/python-networking-scripts

Networking scripts for the Python compiler.
https://github.com/chaseofthejungle/python-networking-scripts

networking-scripts python python-scripts

Last synced: 3 months ago
JSON representation

Networking scripts for the Python compiler.

Awesome Lists containing this project

README

          

# Python Networking Scripts

*Note: If looking for an online Python compiler with multi-class support, consider [Codiva](https://www.codiva.io/).*


#### Table of Contents

1. [Python Scripts](#scripts)
2. [Supplemental Resources](#supplemental)




## 1. Python Scripts

| Script | Purpose |
| ---------- | ---------- |
| [**ciscorouterssh.py**](https://github.com/chaseofthejungle/python-networking-scripts/blob/main/scripts/ciscorouterssh.py) | Connects to a Cisco router and displays its configured devices.
| [**ipvalidity.py**](https://github.com/chaseofthejungle/python-networking-scripts/blob/main/scripts/ipvalidity.py) | Evaluates if user input is a valid IP Address.
| [**passwordvault.py**](https://github.com/chaseofthejungle/python-networking-scripts/blob/main/scripts/passwordvault.py) | Generates, stores, and retrieves a securely hashed password.
| [**sysmonitor.py**](https://github.com/chaseofthejungle/python-networking-scripts/blob/main/scripts/sysmonitor.py) | Monitors CPU, memory, and disk usage for all devices on a network and lists all network connections.
| [**telnet.py**](https://github.com/chaseofthejungle/python-networking-scripts/blob/main/scripts/telnet.py) | Establishes a telnet session.
| [**threadedconfigcheck.py**](https://github.com/chaseofthejungle/python-networking-scripts/blob/main/scripts/threadedconfigcheck.py) | Conducts a multithreaded verification and outputting of device hostnames and IP addresses.




## 2. Supplemental Resources

* *[Official Python Website](https://www.python.org)*
* *[Python-Based Intrusion Detection System](https://github.com/chaseofthejungle/python-ids)*
* *[Codiva](https://www.codiva.io/)*