https://github.com/thegera4/network_scanner
My own custom network scanner script
https://github.com/thegera4/network_scanner
cybersecurity ethical-hacking hacking python2 python3
Last synced: 15 days ago
JSON representation
My own custom network scanner script
- Host: GitHub
- URL: https://github.com/thegera4/network_scanner
- Owner: thegera4
- Created: 2023-05-05T00:35:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T00:58:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T02:50:10.289Z (about 1 year ago)
- Topics: cybersecurity, ethical-hacking, hacking, python2, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# network_scanner
My own custom network scanner script.
# How to use it:
-In your command console navigate to the folder where you store the script.
-Use the command 'python network_scanner.py -t IP RANGE' ( IP RANGE = for example 10.10.1.1/24)
# Output:
-It will show a table with the IPs and MAC Address of all devices found
# Arguments:
-t or --target = IP target range
-h or --help = to display the help
Enjoy!