https://github.com/hkamran80/network_utilities
Network utilities, mostly written in Python 3
https://github.com/hkamran80/network_utilities
network networkscanner python3 scanner
Last synced: 3 months ago
JSON representation
Network utilities, mostly written in Python 3
- Host: GitHub
- URL: https://github.com/hkamran80/network_utilities
- Owner: hkamran80
- Created: 2018-07-27T19:52:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T20:28:53.000Z (almost 7 years ago)
- Last Synced: 2023-03-03T09:45:39.852Z (over 2 years ago)
- Topics: network, networkscanner, python3, scanner
- Language: Python
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Utilities
These utilities are primarly written in Python 3 and JSON.# Files
* `network_scanner`: see README.md inside folder
* `mac_online.py`: Scan for MAC address on network
* Version: [](https://github.com/hkamran80/network_utilities/blob/master/mac_online.py)
* Platforms tested: [](https://github.com/hkamran80/network_utilities/blob/master/mac_online.py)
* Language(s): [](https://github.com/hkamran80/network_utilities/blob/master/mac_online.py)
* Usage: `python3 mac_online.py`
* Dependencies: None
* Time to run: --
* `port_scanner.py`: Scan for open ports on a given IP
* Version: [](https://github.com/hkamran80/network_utilities/blob/master/port_scanner.py)
* Platforms tested: [ ](https://github.com/hkamran80/network_utilities/blob/master/port_scanner.py)
* Language(s): [](https://github.com/hkamran80/network_utilities/blob/master/port_scanner.py)
* Usage: `python3 port_scanner.py {remote_device_ip} {OPTIONAL: port_to_scan_up_to}`
* Dependencies: None
* Time to run: Depends on maximum port to scan