Skip to content

Instantly share code, notes, and snippets.

@kbbgl
Last active May 7, 2020 21:37
Show Gist options
  • Select an option

  • Save kbbgl/12c05acac30b56e32fb7d94d1e900c50 to your computer and use it in GitHub Desktop.

Select an option

Save kbbgl/12c05acac30b56e32fb7d94d1e900c50 to your computer and use it in GitHub Desktop.
[linux network commands] #linux #pentest #network

List the network interfaces

ifconfig

List the wireless interfaces

iwconfig

Display MAC addresses of recently resolved IP addresses

ARP stands for Address Resolution Protocol

arp -a

how ARP works

Print routing table

route
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment