https://github.com/lennart1978/portscanner
a nice Portscanner written in Go
https://github.com/lennart1978/portscanner
Last synced: about 2 months ago
JSON representation
a nice Portscanner written in Go
- Host: GitHub
- URL: https://github.com/lennart1978/portscanner
- Owner: Lennart1978
- Created: 2023-08-13T00:33:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T19:25:27.000Z (about 2 years ago)
- Last Synced: 2025-01-10T02:43:14.803Z (9 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lennart's Portscanner V1.7
Welcome to Lennart's Portscanner V1.7! This simple and efficient tool allows you to scan a target host for open ports.

## Features
- Interactive user interface to specify the target host and the number of ports to scan.
- Ability to scan all ports (1-65535) or a specific number of ports.
- Progress display during the scanning process.
- Listing of open ports at the end of the scanning process.## Usage
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Run `go run .` to start the port scanner.
4. Follow the prompts in the terminal to specify the target host and the number of ports to scan.## Dependencies
This project utilizes the `misc` package from the repository `github.com/Lennart1978/Portscanner/misc` for some helper functions.