Host Recon
Get Help
# List available commands
help
# Help for a specified command
help <command>
<command> /?# List available commands
Get-Command
# Help for a specified command
Get-Help <command>
<command> -?Networking
ipconfig /allarp -anetstat -anoroute printTest-NetConnection -ComputerName 192.168.210.12 -Port 5985Test-Connection -Count 1 -Comp 10.10.10.10 -QuietSystem
# General system information
systeminfo
# Name of the host
hostname
# Operating system version
[environment]::OSVersion.Version
ver
echo %OS%
# Environment variables
dir env:
set
# Diplay the value of a specific variable
set %PATH%
echo %PATH%
# Named pipes
gci \\.\pipe\
# Clipboard
Get-ClipboardUsers & Groups
Shared Resources
Protections
Files
Writable Directories
Use another user's credentials
Binaries
Last updated