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

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

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!