Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 776 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 776 Bytes

glance

License Go Report Card

A tiny port scanner run as a service written in Go

Usage

Clone this repo and go to that folder:

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

Get result

Demo

License

This repo is available as open source under the terms of the MIT License.
You are welcome to contribute!