A simple Python-based scanner to check my own computer and home network for open ports, running services, connected devices, and local web servers.
- Checks MY computer for open ports
- Finds devices on MY home network
- Checks what services are running on MY PC
- Looks for web servers on MY machines
- Python 3.x
python mycheck.py <command>me– Scan MY computer for open portsnetwork– Scan MY local network for connected devicesservices– Check running services on MY PCall– Run all checks (ports + network + services)
my_open_ports.txt– list of open ports on your computermy_network_devices.txt– devices detected on your local networkmy_services.txt– detected services running on your PC
python quickweb.py
- Checks your own computer for running web services
- Looks for common web ports (HTTP, HTTPS, dev servers)
my_web_servers.txt– detected web servers
- Results are printed directly in the terminal / console
- Report files are saved automatically if something is found
- Output depends on current system and network state
Use this tool ONLY on computers and networks you own. This project scans local IPs only (127.0.0.1, localhost, 192.168.x.x, 10.x.x.x) and does NOT scan public websites.