Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lennart1978/portscannerv3.0
Portscanner, WOL, Ping, Whois, DNR - with Fyne GUI - releases for Linux, Windows and Android !
https://github.com/lennart1978/portscannerv3.0
cyber-security portscanning
Last synced: about 2 months ago
JSON representation
Portscanner, WOL, Ping, Whois, DNR - with Fyne GUI - releases for Linux, Windows and Android !
- Host: GitHub
- URL: https://github.com/lennart1978/portscannerv3.0
- Owner: Lennart1978
- License: bsd-3-clause
- Created: 2023-10-13T05:51:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T05:30:27.000Z (about 1 year ago)
- Last Synced: 2024-04-17T18:07:33.616Z (9 months ago)
- Topics: cyber-security, portscanning
- Language: Go
- Homepage:
- Size: 2.1 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 !**Version 3.6: Multithreading scan with up to 100 threads parallel - very fast !**
## Features
- Scan a range of ports on a target host.
- Display the progress of the scan in real-time.
- Display open ports as they are found.
- Option to scan all ports (1-65535) with a single click.
- Wake on LAN
- Ping
- Whois
- Domain Name Resolution## Installation
Before running the program, ensure that you have Go installed on your machine. You'll also need the Fyne toolkit.
1. Clone the repository to your local machine:
```bash
git clone https://github.com/lennart1978/portscannerv3.0.git
cd portscannerv3.0
go get fyne.io/fyne/v2
go mod tidy
go run .