https://github.com/scarlet-oni/python-network-tools
Basic networking tools
https://github.com/scarlet-oni/python-network-tools
cyber-security cybersecurity network-tools python python3 tools
Last synced: 5 months ago
JSON representation
Basic networking tools
- Host: GitHub
- URL: https://github.com/scarlet-oni/python-network-tools
- Owner: scarlet-oni
- Created: 2025-01-18T12:58:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T05:49:22.000Z (over 1 year ago)
- Last Synced: 2025-05-30T17:41:13.846Z (about 1 year ago)
- Topics: cyber-security, cybersecurity, network-tools, python, python3, tools
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
## ## ####### ###### ## ## ##### ###### ### ## ###### ##### ##### #### #####
### ## ## # # ## # ## ## ## ## ## ## ## ## # ## # ## ## ## ## ## ## ##
#### ## ## # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
## #### #### ## ## # ## ## ## ##### #### ## ## ## ## ## ## #####
## ### ## # ## ####### ## ## ## ## ## ## ## ## ## ## ## ## # ##
## ## ## # ## ### ### ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ####### #### ## ## ##### #### ## ### ## #### ##### ##### ####### #####
___________________________________________________________________________________________________________________
ABOUT
___________________________________________________________________________________________________________________
Description: Basic networking tools
Repository: Python network tools
Languages: Python 3.12.7
Tested on: Linux 6.11.2
Author: scarlet-oni
___________________________________________________________________________________________________________________
PROGRAM LAUNCH
___________________________________________________________________________________________________________________
TCP & UDP client and server
___________________________________________________________________________________________________________________
// First, start the server on a specific IP and port
// Example python3 TCP-server.py
python3 TCP-server 0.0.0.0 9998
// The same rule applies to launching a client
// Example: python3 TCP-client
// or
// Example python3 UDP-client.py
python3 TCP-client.py 0.0.0.0 9998
python3 UDP-client.py 0.0.0.0 9998
___________________________________________________________________________________________________________________
LEGAL STATEMENT
___________________________________________________________________________________________________________________
By downloading, modifying, redistributing, and/or executing python-network-tools, the
user agrees to the contained LEGAL.txt statement found in this repository.
I, scarlet-oni, the creator, take no legal responsibility for unlawful actions
caused/stemming from this program.
Use responsibly and ethically!