Meowzzz is a compact Python program that scans and sweeps local IP addresses and determine open TCP/UDP ports using ICMP packets. It currently supports:
- Guided user input
- Automated ICMP only ping requests
- Support for local networks (private LANS)
- Designed for Windows (can be modified for Linux)
- Router location
- Support for classless subnets (CIDR)
- Identifying port services
- Implementing parallelism (to improve scanning time)
Command | Result |
---|---|
ScanIPs | scans all IPs in a local network (private addresses) |
scanPort | scans a port number (port by port) |
ScanIPA (proposed) | scans local network and all IP address ports (with default ports) |
Meowzzz currently uses:
- [Python] - sockets are used for development.
- [Windows CMD] - for ICMP pings
- Alive Progress - to show users scanner loading times