port-pulse

port-pulse is a TCP port scanner CLI written in Rust. It allows you to quickly and efficiently scan a range of TCP ports on a target host to check for open ports and potential vulnerabilities. This tool is designed to be fast, reliable, and easy to use, making it a valuable addition to your network security toolkit.

Features

Installation

To use port-pulse, you'll need to have Rust installed on your system. If you don't have Rust installed, you can download it from Rust's official website.

Once you have Rust installed, you can install port-pulse using Cargo, Rust's package manager, with the following command:

bash cargo install port-pulse

Usage

-j to select how many threads you want -h or -help to show help message

Example:

bash port-pulse -j 1000 <ip-address> OR

bash port-pulse -h

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

port-pulse is intended for legitimate security and network administration purposes. Please ensure that you have the necessary permissions to scan a target host, as unauthorized scanning may be illegal in some jurisdictions. Use this tool responsibly and only on systems you own or have explicit permission to scan. The developers and contributors of port-pulse are not responsible for any misuse or unlawful activities carried out using this tool.