Skip to content

claudemuller/sc4nn3r.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


                             ,--,                        .--,-``-.
                           ,--.'|                       /   /     '.
                        ,--,  | :                      / ../        ;
                     ,---.'|  : '      ,---,      ,---,\ ``\  .`-    '  __  ,-.
  .--.--.            ;   : |  | ;  ,-+-. /  | ,-+-. /  |\___\/   \   :,' ,'/ /|
 /  /    '     ,---. |   | : _' | ,--.'|'   |,--.'|'   |     \   :   |'  | |' |
|  :  /`./    /     \:   : |.'  ||   |  ,"' |   |  ,"' |     /  /   / |  |   ,'
|  :  ;_     /    / '|   ' '  ; :|   | /  | |   | /  | |     \  \   \ '  :  /
 \  \    `. .    ' / \   \  .'. ||   | |  | |   | |  | | ___ /   :   ||  | '
  `----.   \'   ; :__ `---`:  | '|   | |  |/|   | |  |/ /   /\   /   :;  : |
 /  /`--'  /'   | '.'|     '  ; ||   | |--' |   | |--' / ,,/  ',-    .|  , ;
'--'.     / |   :    :     |  : ;|   |/     |   |/     \ ''\        ;  ---'
  `--'---'   \   \  /      '  ,/ '---'      '---'       \   \     .'
              `----'       '--'                          `--`-,,-'

A port scanner written in Go.

Requirements

Building

go build cmd/main.go

Running

param description default example
-host the host to scan 127.1
-ports the port(s) or range of ports to scan 1-1024 1337
-proto the protocol to use when scanning tcp tcp
-threads the number of "threads" i.e. goroutines to use 100 25
go run cmd/main.go

Releases

No releases published

Packages

No packages published

Languages