https://github.com/laserphaser/netmap
portscanner and netmap in GO
https://github.com/laserphaser/netmap
go golang net netmap nmap portscan portscanner
Last synced: 4 months ago
JSON representation
portscanner and netmap in GO
- Host: GitHub
- URL: https://github.com/laserphaser/netmap
- Owner: LaserPhaser
- Created: 2020-12-30T12:19:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T13:04:21.000Z (about 5 years ago)
- Last Synced: 2023-03-10T02:02:04.909Z (almost 3 years ago)
- Topics: go, golang, net, netmap, nmap, portscan, portscanner
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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