Skip to content

Commit 8bd57a5

Browse files
authored
Update Powershell.yml
1 parent 6cb80ec commit 8bd57a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

yml/OSBinaries/Powershell.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ Description: Windows PowerShell
44
Author: x90slide
55
Created: 2025-12-20
66
Commands:
7-
- Command: powershell
8-
<Port, Port range> | % {echo ((new-object Net.Sockets.TcpClient).Connect("<IP Address>",$_)) "Port $_ is open"} 2>$null
9-
7+
- Command: <Port, Port range> | % {echo ((new-object Net.Sockets.TcpClient).Connect("<IP Address>",$_)) "Port $_ is open"} 2>$null
108
# Port range can be defined via 1..1024 and multiple ports can be defined via 80,443
119
Description: Scans the IP address for open ports.
1210
Usecase: Network Scanning

0 commit comments

Comments
 (0)