Last active
August 22, 2022 19:56
-
-
Save superjojo140/2c19a2d87f256e48662a99a0ceb99921 to your computer and use it in GitHub Desktop.
Some cute linux commands to analyse your network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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