Portscanner v3.0 is a simple yet powerful tool built using Go and the Fyne toolkit, designed to help you scan a range of ports on a given host. The graphical interface is intuitive, making it easy to specify the target host and range of ports to scan. As the scan progresses, you’ll be able to see the progress and any open ports that are found. Releases for Linux, Windows and Android !
Feature: - Portscan, - Ping, - Wake on LAN, - Whois
Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/fyne/v2/cmd/fyne@latest
fyne get github.com/Lennart1978/portscannerv3.0