Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions yml/OSBinaries/Powershell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---

Check failure on line 1 in yml/OSBinaries/Powershell.yml

View workflow job for this annotation

GitHub Actions / lintFiles

literal_error

Input should be 'ADS', 'AWL Bypass', 'Compile', 'Conceal', 'Copy', 'Credentials', 'Decode', 'Download', 'Dump', 'Encode', 'Execute', 'Reconnaissance', 'Tamper', 'UAC Bypass' or 'Upload': Commands.0.Category
Name: Powershell.exe
Description: Windows PowerShell
Author: x90slide
Created: 2025-12-20
Commands:
- Command: <Port, Port range> | % {echo ((new-object Net.Sockets.TcpClient).Connect("<IP Address>",$_)) "Port $_ is open"} 2>$null
# Port range can be defined via 1..1024 and multiple ports can be defined via 80,443
Description: Scans the IP address for open ports.
Usecase: Network Scanning
Category: Discovery
Privileges: User
MitreID: T1046
OperatingSystem: Windows 10, Windows 11
Full_Path:
- Path: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Loading