/network_utilities

Network utilities, mostly written in Python 3

Primary LanguagePython

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: 1.0
    • Platforms tested: macOS
    • Language(s): python3
    • Usage: python3 mac_online.py
    • Dependencies: None
    • Time to run: --
  • port_scanner.py: Scan for open ports on a given IP
    • Version: 1.0
    • Platforms tested: macOS linux:debian
    • Language(s): python3
    • 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