This is a simple concurrent TCP port scanner written in Go. It scans the first 1024 TCP ports of a given host and prints out the open ports.
- Scans ports 1β1024 on a given host.
- Automatically strips
http://,https://, and/from the input. - Uses goroutines for fast concurrent scanning.
go run main.go https://scanme.nmap.orgThis tool is for educational and ethical testing purposes only. Scanning networks without permission may be illegal and is strictly discouraged.