The AutoScan-Network tool is able to scan and profile devices on a local network segment.
To get started, observe the following steps:
- Download AutoScan-Network from the following URL: https://sourceforge.net/projects/autoscan/files/AutoScan/autoscan-network%201.42/.
Choose the version as shown in the following screenshot:
- Once the file has been successfully downloaded onto your Kali Linux machine, open the Terminal and execute tar -xzvf autoscan-network-1.42-Linux-x86-Install.tar.gz to extract the content. The following are the descriptions used in the tar utility:
- -x: Used to extract files
- -z: Filters ...