Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```