Host Recon

circle-info

For automated enumeration of potential PE vectors see here.

Help

# List available commands
compgen -c | sort | less
compgen -a | sort | less

# Help for a specified command
man <command>
<command> --help

Networking

General networking information, such as interfaces, IP addresses, and DNS:

ip addr show
ip a
ifconfig -a # deprecated

# Show interfaces
ip link show

System

circle-check

Users & Groups

Files

Scheduled Jobs

Last updated

Was this helpful?