Skip to content

ihesvm/gscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gscan [Go Port Scanner]

This program allows you to scan network ports in IP range, but the result is saved in a json file.


how to use

The first step is to compile the program

$ go build .

then

$ gscan tcp example.com 1024 -> ip range

  • Todo
  • It can scan as a single port
  • Add help text for usage guidance