Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T13:33:11.000Z (over 3 years ago)
- Last Synced: 2024-10-02T09:19:13.966Z (about 2 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[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/goscan
cd goscan/goscan
sudo chmod +x *
make
go build main.go
./main
```