Skip to content

hkamran80/network_utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Network utilities, mostly written in Python 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages