All Projects → BornToBeRoot → Powershell_ipv4portscanner

BornToBeRoot / Powershell_ipv4portscanner

Licence: gpl-2.0
Powerful asynchronus IPv4 port scanner for PowerShell

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Powershell ipv4portscanner

Powershell ipv4networkscanner
Powerful asynchronus IPv4 network scanner for PowerShell
Stars: ✭ 161 (+37.61%)
Mutual labels:  open-source, scanner, performance
Netscanner
netscanner - TCP/UDP scanner to find open or closed ports
Stars: ✭ 191 (+63.25%)
Mutual labels:  tcp, port, scanner
PSnmap
Svendsen Tech's PowerShell nmap-like port scanner accepting IPv4 CIDR notation
Stars: ✭ 37 (-68.38%)
Mutual labels:  tcp, port
knockonports
A port knocking client for Android
Stars: ✭ 25 (-78.63%)
Mutual labels:  tcp, port
Linux Network Performance Parameters
Learn where some of the network sysctl variables fit into the Linux/Kernel network flow
Stars: ✭ 3,112 (+2559.83%)
Mutual labels:  tcp, performance
Nimscan
🚀 Fast Port Scanner 🚀
Stars: ✭ 134 (+14.53%)
Mutual labels:  port, scanner
Sltbench
C++ benchmark tool. Practical, stable and fast performance testing framework.
Stars: ✭ 137 (+17.09%)
Mutual labels:  open-source, performance
Tcptunnel
A simple TCP port forwarder.
Stars: ✭ 259 (+121.37%)
Mutual labels:  tcp, port
Laravel S
LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.
Stars: ✭ 3,479 (+2873.5%)
Mutual labels:  tcp, performance
Fi6s
IPv6 network scanner designed to be fast
Stars: ✭ 116 (-0.85%)
Mutual labels:  tcp, scanner
Bedrockframework
High performance, low level networking APIs for building custom servers and clients.
Stars: ✭ 697 (+495.73%)
Mutual labels:  tcp, performance
Horus-Eye
Just Simple Code To Play With Android Payloads (;
Stars: ✭ 54 (-53.85%)
Mutual labels:  scanner, port
Node Tunnel
Port forwarding (tunneling) on node.js. Connect to host without public ip easily!
Stars: ✭ 48 (-58.97%)
Mutual labels:  tcp, port
Netcat
💻 Netcat client and server modules written in pure Javascript for Node.js.
Stars: ✭ 315 (+169.23%)
Mutual labels:  tcp, scanner
Postgresql book
Book about PostgreSQL (russian)
Stars: ✭ 780 (+566.67%)
Mutual labels:  open-source, performance
Ddos Rootsec
DDOS Archive by RootSec (Scanners, BotNets (Mirai and QBot Premium & Normal and more), Exploits, Methods, Sniffers)
Stars: ✭ 108 (-7.69%)
Mutual labels:  tcp, scanner
Startbootstrap Resume
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,642 (+1303.42%)
Mutual labels:  open-source
Bssom.net
A small, high performance, powerful serializer using bssom binary protocol
Stars: ✭ 117 (+0%)
Mutual labels:  performance
Sakuli
Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
Stars: ✭ 115 (-1.71%)
Mutual labels:  open-source
Uppy Server
[DEPRECATED] 'Uppy Server' was renamed to 'Companion' and lives inside the Uppy repo no
Stars: ✭ 115 (-1.71%)
Mutual labels:  open-source

PowerShell | IPv4 port scanner

Powerful asynchronus IPv4 port scanner for PowerShell.

Description

This powerful asynchronus IPv4 port scanner allows you to scan every port range you want (500 to 2600 would work). Only TCP ports are scanned.

The result will contain the port number, protocol, service name, description and the status.

Screenshot

To reach the best possible performance, this script uses a RunspacePool. As you can see in the following screenshot, the individual tasks are distributed across all cpu cores:

Screenshot

If you are looking for a module containing this script as function... you can find it here!

Maybe you're also interested in my asynchronus IPv4 Network Scanner.

Syntax

.\IPv4PortScan.ps1 [-ComputerName] <String> [[-StartPort] <Int32>] [[-EndPort] <Int32>] [[-Threads] <Int32>] [[-Force]] [<CommonParameters>]

Example

PS> .\IPv4PortScan.ps1 -ComputerName fritz.box -EndPort 500

Port Protocol ServiceName  ServiceDescription               Status
---- -------- -----------  ------------------               ------
  53 tcp      domain       Domain Name Server               open
  80 tcp      http         World Wide Web HTTP              open
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].