Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viiftw/glance
Tiny port scanner run as a service
https://github.com/viiftw/glance
gin-gonic golang microservice network-scanner port-scanner
Last synced: 28 days ago
JSON representation
Tiny port scanner run as a service
- Host: GitHub
- URL: https://github.com/viiftw/glance
- Owner: viiftw
- License: mit
- Created: 2020-01-21T04:29:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T05:18:16.000Z (almost 5 years ago)
- Last Synced: 2023-03-21T20:45:42.996Z (almost 2 years ago)
- Topics: gin-gonic, golang, microservice, network-scanner, port-scanner
- Language: Go
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glance
[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)
[![Go Report Card](https://goreportcard.com/badge/github.com/viiftw/glance)](https://goreportcard.com/report/github.com/viiftw/glance)A tiny port scanner run as a service written in Go
## Usage
Clone this repo and go to that folder:
```bash
go run main.go
```Currently supports TCP scan only
Default service run on port 8686, to scan port of ip/hostname (example: google.com) browse to[http://localhost:8686/scan/google.com](http://localhost:8686/scan/google.com)
Get result
![Demo](demo.png)
## License
This repo is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
You are welcome to contribute!