Skip to content

devenairevo/tcp-open-ports-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” TCP Port Scanner in Go

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.

πŸ“¦ Features

  • Scans ports 1–1024 on a given host.
  • Automatically strips http://, https://, and / from the input.
  • Uses goroutines for fast concurrent scanning.

πŸ›  Usage

Run directly:

go run main.go https://scanme.nmap.org

⚠️ Disclaimer

This tool is for educational and ethical testing purposes only. Scanning networks without permission may be illegal and is strictly discouraged.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages