A collection of networking tools
Project description
Network Toolkit
A collection of networking tools
Installation
You can install networktookit from pypi. This requires you to have python3.8 installed.
python -m pip install --upgrade networktoolkit
Usage
The project contain many tools.
The current tools are:
vendorlookup
- check the vendor of a macaddressportuselookup
- checks to see if a given port is allocated to any particular servicenetworkscan
- allows you to scan a given ip range and returns a list of all ips (with mac addresses and vendors) in the given range that are accessable on the networkarpspoof
- allows you to spoof a given ip address by sending ARP responses
Each of these has its own help page.
As an example, you can assess the help for arpspoof
like this:
arpspoof --help
About
This project uses scapy for generating and sending network packets, and click to give each python script a command line interface.
Contributing
Feel free to contribute to this project by opening a merge request. I would request that all contributed code is pep8 complient.
Issues
If anything is broke, you have a usage question, or a feature suggestion feel free to create an issue on gitlab.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for networktoolkit-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71b6e4670d31bd7474fdadea7697497fff0c9c82469e5dffde67ba8d565db4ee |
|
MD5 | f9f84163d614b868ae4c4c3dae87a77b |
|
BLAKE2b-256 | 11620b7a2c6a368cbde744b57bd9a745f4180a5e90835942307315cb096c3510 |