Skip to content

A simple portscanner using LOTL commands implemented in powershell

Notifications You must be signed in to change notification settings

selection989/ps_portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple PowerShell TCP Port Scanner

This PowerShell script is a straightforward "living off the land" tool designed for quickly scanning TCP ports on a specified IP address or hostname. It's particularly useful for network administrators and security professionals looking to identify open ports without relying on third-party tools. Features

Flexible scanning over any specified range o f ports.
Directly utilizes PowerShell, minimizing external dependencies.

Requirements

PowerShell 1.0 or higher.
Network access to the target IP or hostname.

Usage

Run the script by specifying the target IP address and port range:

powershell

.\ScanPorts.ps1 -IPAddress "target_IP" -StartPort start_port -EndPort end_port

Replace target_IP, start_port, and end_port with your target settings. Contributing

Feedback and contributions are welcome. Feel free to fork and adapt as needed!

About

A simple portscanner using LOTL commands implemented in powershell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published