Gopher

Gopher is a simple, lightweight and fast tool for scanning host: ping, port, service, and so on.

Installation

  • Clone the repository
git clone https://github.com/Aryanstha/Gopher.git
  • Change the directory
cd Gopher
  • If cli
cd cli
  • If api
cd backend
  • Install the requirements
go mod tidy
  • Build the binary
go build -o gopher

Demo

CLI

Gopher CLI Demo

Backend (api)