https://github.com/krishpranav/goscan
A simple port scanner made in go
https://github.com/krishpranav/goscan
go go-portscan golang goscan hacking information-extraction information-gathering information-retrieval linux port-scan portscanner
Last synced: 2 months ago
JSON representation
A simple port scanner made in go
- Host: GitHub
- URL: https://github.com/krishpranav/goscan
- Owner: krishpranav
- Created: 2021-05-08T07:38:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T13:33:11.000Z (about 5 years ago)
- Last Synced: 2025-08-25T23:36:40.335Z (10 months ago)
- Topics: go, go-portscan, golang, goscan, hacking, information-extraction, information-gathering, information-retrieval, linux, port-scan, portscanner
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goscan
A simple port scanner made in go
[](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/goscan
cd goscan/goscan
sudo chmod +x *
make
go build main.go
./main
```