Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.36 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.36 KB

TCP-Port-Scanner

TCP Port Scanner is a lightweight and user-friendly tool for scanning TCP ports on multiple IP addresses. It provides a simple yet effective way to identify open, closed, and filtered ports on a network.

image

Key Features:

● Easily scan a list of IP addresses and a range of ports ● Quick identification of open, closed, and filtered ports ● Output results to a customizable CSV file for further analysis ● Designed for simplicity and ease of use

image

Interface

This port scanner is perfect for network administrators, security analysts, and enthusiasts who need to quickly assess the status of TCP ports on a network. With its intuitive interface and informative output, it streamlines the process of identifying potential vulnerabilities and securing network infrastructure.

image

Beginner Friendly!

Open a powershell windows as admin and run it as .\scanner.ps1. Or import it to your powershell profile to start it with "portscan"

function portscan { . "C:\Users\USER\Documents\WindowsPowerShell\Scanner.ps1" Scan-TCPPorts }