From 0d1903473745cc593baad705d171b4f6a2a6658e Mon Sep 17 00:00:00 2001 From: Sina Ghaderi <32870524+Sina-Ghaderi@users.noreply.github.com> Date: Tue, 22 Sep 2020 21:49:52 +0330 Subject: Create Readme.md --- Readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..f7fb0d5 --- /dev/null +++ b/Readme.md @@ -0,0 +1,18 @@ +# Gopher IP Scan +***If you've come here looking to simply run Gopher Scan on windows, [you may download it here](https://gips.snix.ir).*** +Windows GUI tool for scanning networks written in Golang, Core features: +scan alive host, fast port mapper, built-in ssh client and wake on lan +friendly user interface, run on windows 7, 8.1, 10 + + +### Compile on Windows +Get rsrc tool and append it to windows path env: +``` +go get github.com/akavel/rsrc +set PATH=%PATH%;C:\Golang\bin\ +``` +Generate rsrc.syso file: `rsrc -manifest manifest.xml -ico scanicon.ico -o rsrc.syso` +Build exe binary: `go build -ldflags -H=windowsgui -o "Gopher IP Scan.exe"` + +### Gohper ScreenShots +![Screenshot](screenshot-main.jpg) ![Screenshot](screenshot-mainrc.jpg) ![Screenshot](screenshot-mapp.jpg) ![Screenshot](screenshot-maprs.jpg) -- cgit v1.2.3