RESOURCE MONITOR
CPU23%
MEMORY67%
DISK I/O45%
NETWORK89%
SYSTEM MONITOR
|
SECURITY LOG
[14:23:45]INFOUser authentication successful
[14:23:47]WARNSuspicious network activity detected
[14:23:50]INFOFirewall rule updated
NETWORK SCAN
Scanning ports: 22, 80, 443, 3389
192.168.1.100 - OPEN
192.168.1.101 - FILTERED
Scan completed: 4/4 ports
CLASSIFIED WARFARE DATABASE

CYBER REFERENCE ARSENAL

Elite PowerShell exploits and Regex warfare patterns for rapid deployment in cyber operations.CLASSIFIED INTEL FOR AUTHORIZED PERSONNEL ONLY

3

PS MODULES

50

PS EXPLOITS

3

REGEX MODULES

21

REGEX PATTERNS

Essential PowerShell Commands

Quick reference for the most important PowerShell commands

PS-1

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

PS-2

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

PS-3

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