Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NotCherry/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intentions

To better understand golang i wrote port scanner

Keypoint

  • Concurrency and wait groups (sync.WaitGroup)
  • Dealing with multiple gorutines writes to one variable (sync.Mutex)
  • Logging with channels (chan)
  • Usage of orm in go (gorm)

Usage

  • port-scanner -p 22-25,80 -t 0.5 192.168.0.1-255

Flags

  • -p ports to scan single or range separate by , range with -
  • -t scan range
  • -T timeout in seconds
  • -s save output to sqlite database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages