Skip to content

LaserPhaser/netmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

netmap

Simple version of portscanner and netmap in GO

Example of usage:

./netmap -port_start 0 -port_end 40000 -scan_protocol tcp -host localhost  
Scanning started for localhost for ports range[0:40000], protocol tcp
Found open port 1234
Found open port 7742
Found open port 5600
Found open port 65530
Scanning finished

Releases

No releases published

Packages

No packages published

Languages