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-MemberShow object properties and methods
Update-HelpDownload latest help content
System Information
Get-ComputerInfoComprehensive system information
Get-ProcessRunning processes
Get-ServiceWindows services
Get-EventLog -LogName System -Newest 10Recent 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-ItemCopy files or folders
Network Operations
Test-NetConnectionTest network connectivity
Get-NetTCPConnectionShow network connections
Resolve-DnsNameDNS resolution
Get-NetAdapterNetwork adapters
PowerShell Operators
Comparison, logical, and other operators used in PowerShell
Comparison Operators
-eqEqual to
-neNot equal to
-gtGreater than
-ltLess than
-geGreater than or equal
-leLess than or equal
Logical Operators
-andLogical AND
-orLogical OR
-not (!)Logical NOT
-xorExclusive OR
Pattern Matching
-likeWildcard matching (* and ?)
-notlikeWildcard not matching
-matchRegular expression matching
-notmatchRegular expression not matching
Containment Operators
-containsCollection contains value
-notcontainsCollection does not contain value
-inValue exists in collection
-notinValue does not exist in collection
Common Aliases
Shortcuts for frequently used PowerShell commands
File System Navigation
ls, dir, gciGet-ChildItem
cd, chdir, slSet-Location
pwd, glGet-Location
cat, type, gcGet-Content
Process and Service Management
ps, gpsGet-Process
kill, sppsStop-Process
gsvGet-Service
sasvStart-Service
Object Manipulation
where, ?Where-Object
selectSelect-Object
sortSort-Object
foreach, %ForEach-Object
Network and Web
iwrInvoke-WebRequest
irmInvoke-RestMethod
tncTest-NetConnection
iexInvoke-Expression
NEED ADVANCED INTEL?
Access full command databases and training modules for comprehensive cyber operations