Search

Home

PNPT Studies

PJPT Studies

AD CS / Certificate Attacks (ESC1-15) (1, 8, 11 for now)

Report Writing / Client Presentation

Operationalizing Cybercrime Data (June 2025)

Network Commands

ip a
OR

ifconfig
AND
iwconfig

Gets wireless and wired connection

ip n
OR
arp -a

what IP has which MAC

ip r
OR
route

routing table; where our traffic is routing?

ip a

assuming /24 subnet only could miss IPs shown in the routing table.

ifconfig
INTO
ping IP

check if the IP is active and responding