CYBER REFERENCE ARSENAL
Elite PowerShell exploits and Regex warfare patterns for rapid deployment in cyber operations.CLASSIFIED INTEL FOR AUTHORIZED PERSONNEL ONLY
PS MODULES
PS EXPLOITS
REGEX MODULES
REGEX PATTERNS
Essential PowerShell Commands
Quick reference for the most important PowerShell commands
Help and Discovery
Get-Help <command>
Get help for any command
Get-Command *service*
Find commands containing "service"
Get-Member
Show object properties and methods
Update-Help
Download latest help content
System Information
Get-ComputerInfo
Comprehensive system information
Get-Process
Running processes
Get-Service
Windows services
Get-EventLog -LogName System -Newest 10
Recent system events
File Operations
Get-ChildItem (ls, dir)
List files and folders
Get-Content (cat, type)
Read file content
Set-Location (cd)
Change directory
Copy-Item
Copy files or folders
Network Operations
Test-NetConnection
Test network connectivity
Get-NetTCPConnection
Show network connections
Resolve-DnsName
DNS resolution
Get-NetAdapter
Network adapters
PowerShell Operators
Comparison, logical, and other operators used in PowerShell
Comparison Operators
-eq
Equal to
-ne
Not equal to
-gt
Greater than
-lt
Less than
-ge
Greater than or equal
-le
Less than or equal
Logical Operators
-and
Logical AND
-or
Logical OR
-not (!)
Logical NOT
-xor
Exclusive OR
Pattern Matching
-like
Wildcard matching (* and ?)
-notlike
Wildcard not matching
-match
Regular expression matching
-notmatch
Regular expression not matching
Containment Operators
-contains
Collection contains value
-notcontains
Collection does not contain value
-in
Value exists in collection
-notin
Value does not exist in collection
Common Aliases
Shortcuts for frequently used PowerShell commands
File System Navigation
ls, dir, gci
Get-ChildItem
cd, chdir, sl
Set-Location
pwd, gl
Get-Location
cat, type, gc
Get-Content
Process and Service Management
ps, gps
Get-Process
kill, spps
Stop-Process
gsv
Get-Service
sasv
Start-Service
Object Manipulation
where, ?
Where-Object
select
Select-Object
sort
Sort-Object
foreach, %
ForEach-Object
Network and Web
iwr
Invoke-WebRequest
irm
Invoke-RestMethod
tnc
Test-NetConnection
iex
Invoke-Expression
NEED ADVANCED INTEL?
Access full command databases and training modules for comprehensive cyber operations