Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmramadan/go-scan
port scanner implemented in golang
https://github.com/wmramadan/go-scan
golang nmap scan scanner
Last synced: 5 days ago
JSON representation
port scanner implemented in golang
- Host: GitHub
- URL: https://github.com/wmramadan/go-scan
- Owner: WMRamadan
- Created: 2020-11-08T15:46:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T02:00:02.000Z (11 months ago)
- Last Synced: 2024-05-01T17:58:40.468Z (7 months ago)
- Topics: golang, nmap, scan, scanner
- Language: Go
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-scan
port scanner implemented in golangBuild go-scan:
```
go build go_scan.go
```Run go-scan:
```
./go_scan
```To install go-scan:
```
sudo GOBIN=/usr/local/bin/ go install go_scan.go
```