https://github.com/abhinandan-khurana/network_scanner
This is a python based command line Network Scanner utility, which takes input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all the available IP addresses with their MAC addresses on your current Network.
https://github.com/abhinandan-khurana/network_scanner
cybersecurity mitm mitm-framework network python3 scanner
Last synced: 8 months ago
JSON representation
This is a python based command line Network Scanner utility, which takes input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all the available IP addresses with their MAC addresses on your current Network.
- Host: GitHub
- URL: https://github.com/abhinandan-khurana/network_scanner
- Owner: Abhinandan-Khurana
- License: mit
- Created: 2022-02-09T00:21:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T18:03:30.000Z (over 4 years ago)
- Last Synced: 2025-03-31T14:35:22.106Z (about 1 year ago)
- Topics: cybersecurity, mitm, mitm-framework, network, python3, scanner
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network Scanner
$$\ $$\ $$\ $$\ $$$$$$\
$$$\ $$ | $$ | $$ | $$ __$$\
$$$$\ $$ | $$$$$$\ $$$$$$\ $$\ $$\ $$\ $$$$$$\ $$$$$$\ $$ | $$\ $$ / \__| $$$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$$\ $$$$$$\ $$$$$$\
$$ $$\$$ |$$ __$$\\_$$ _| $$ | $$ | $$ |$$ __$$\ $$ __$$\ $$ | $$ | \$$$$$$\ $$ _____|\____$$\ $$ __$$\ $$ __$$\ $$ __$$\ $$ __$$\
$$ \$$$$ |$$$$$$$$ | $$ | $$ | $$ | $$ |$$ / $$ |$$ | \__|$$$$$$ / \____$$\ $$ / $$$$$$$ |$$ | $$ |$$ | $$ |$$$$$$$$ |$$ | \__|
$$ |\$$$ |$$ ____| $$ |$$\ $$ | $$ | $$ |$$ | $$ |$$ | $$ _$$< $$\ $$ |$$ | $$ __$$ |$$ | $$ |$$ | $$ |$$ ____|$$ |
$$ | \$$ |\$$$$$$$\ \$$$$ |\$$$$$\$$$$ |\$$$$$$ |$$ | $$ | \$$\ \$$$$$$ |\$$$$$$$\\$$$$$$$ |$$ | $$ |$$ | $$ |\$$$$$$$\ $$ |
\__| \__| \_______| \____/ \_____\____/ \______/ \__| \__| \__| \______/ \_______|\_______|\__| \__|\__| \__| \_______|\__|
~ Abhinandan Khurana
### This is a python based command line Network Scanner utility, which takes input as an argument for the exact IP address or the relative IP Address range you wish to do the Network Scan for and returns all the available IP addresses with their MAC addresses on your current Network.
### NOTE: It will work with both, python2 and python3. You just need to install scapy module for both.
### Installation for scapy -->
pip install scapy
### OR
pip3 install scapy-python3
## How to use?
USE --help for help menu (sudo python3 network_scanner.py --help)
### Example -->
sudo python3 network_scanner.py -t 192.168.137.2
sudo python3 network_scanner.py --target 192.168.137.1/24