We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb80ec commit 8bd57a5Copy full SHA for 8bd57a5
yml/OSBinaries/Powershell.yml
@@ -4,9 +4,7 @@ Description: Windows PowerShell
4
Author: x90slide
5
Created: 2025-12-20
6
Commands:
7
- - Command: powershell
8
- <Port, Port range> | % {echo ((new-object Net.Sockets.TcpClient).Connect("<IP Address>",$_)) "Port $_ is open"} 2>$null
9
-
+ - Command: <Port, Port range> | % {echo ((new-object Net.Sockets.TcpClient).Connect("<IP Address>",$_)) "Port $_ is open"} 2>$null
10
# Port range can be defined via 1..1024 and multiple ports can be defined via 80,443
11
Description: Scans the IP address for open ports.
12
Usecase: Network Scanning
0 commit comments