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: about 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T05:18:16.000Z (about 6 years ago)
- Last Synced: 2023-03-21T20:45:42.996Z (about 3 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
[](https://opensource.org/licenses/MIT)
[](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

## 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!