8000 GitHub - Spy0x7/scanner: A lightweight Go-based port scanner that swiftly identifies open ports on specified IP addresses or hosts. It employs concurrent routines for efficient and accurate port identification, providing customizable port range options and supporting both TCP and UDP protocols.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ scanner Public

A lightweight Go-based port scanner that swiftly identifies open ports on specified IP addresses or hosts. It employs concurrent routines for efficient and accurate port identification, providing customizable port range options and supporting both TCP and UDP protocols.

Notifications You must be signed in to change notification settings

Spy0x7/scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Port Scanner

A Go-based Port Scanner, this tool is a lightweight yet powerful solution designed to swiftly identify open ports on specified IP addresses or hosts. Utilizing concurrent routines, it ensures efficient and accurate port identification, offering customizable port range options or default common ports for diverse scanning needs. Supporting TCP and UDP protocols, it provides a clear command-line interface and configurable output, simplifying port analysis for users at all expertise levels.

Installation

To make use of this port scanner:

  1. Clone the repository:

    git clone https://github.com/Spy0x7/scanner.git
    cd scanner
  2. Build the program:

    go build -o scanner main.go

Usage

Once installed, execute the port scanner using the following command format:

scanner -i <target_IP>

About

A lightweight Go-based port scanner that swiftly identifies open ports on specified IP addresses or hosts. It employs concurrent routines for efficient and accurate port identification, providing customizable port range options and supporting both TCP and UDP protocols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0