Skip to content

Instantly share code, notes, and snippets.

@superjojo140
Last active August 22, 2022 19:56
Show Gist options
  • Save superjojo140/2c19a2d87f256e48662a99a0ceb99921 to your computer and use it in GitHub Desktop.
Save superjojo140/2c19a2d87f256e48662a99a0ceb99921 to your computer and use it in GitHub Desktop.
Some cute linux commands to analyse your network
#scan local network for clients
sudo arp-scan --interface=enp4s0 --localnet
#live monitoring of network traffic and datavolume
nload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment