Skip to content

eze8789/netScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netScan

netScan is a concurrent port scanner written in Go

How to use it

Build

make build

Scan

Single Port:

netscan -ports 443

Multiples Ports:

netscan -ports 1-1024

Help

  -ip string
        Specify IP Address to scan. (default "127.0.0.1")
  -ports string
        Specify port range to perform scan. Allowed formats: 80 or 1-1024 (default "1-1024")
  -w int
        Amount of concurrent process scanning ports (default 8)

About

A port scanner tool written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published