Skip to content

List Network Interfaces and Network Information#

Get a list of the network interfaces connected to the machine with their IPs and MACs:

ip a

![[res/ip_a.png]]

Get a list of the machines that the victim has been interacting with (print the ARP table):

ip neigh

![[res/ip_neigh.png]]

List Open Ports#

netstat -ano

![[res/netstat_ano.png]]