Skip to content

Scanner of Webs, help you too determinate Open ports in a host using Go concurrency 🦠

Notifications You must be signed in to change notification settings

solrac97gr/port-scanner-concurrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

We need to pass the next parameters:

  • Host: Represent the URL of the website we want scan[Default:scanme.nmap.org]
  • From: From what port we want start the scan [Default:0]
  • Limit: Until what port we want Scan. [Default:65535]
go run main.go --host="example.com" --from=100 --limit=500

About

Scanner of Webs, help you too determinate Open ports in a host using Go concurrency 🦠

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages