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.
- Host: GitHub
- URL: https://github.com/chaseofthejungle/python-networking-scripts
- Owner: chaseofthejungle
- Created: 2024-03-16T17:09:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T05:14:41.000Z (8 months ago)
- Last Synced: 2025-06-11T13:14:03.656Z (7 months ago)
- Topics: networking-scripts, python, python-scripts
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)*