
- #UBUNTU ADD NETWORK SCANNER INSTALL#
- #UBUNTU ADD NETWORK SCANNER SOFTWARE#
- #UBUNTU ADD NETWORK SCANNER PASSWORD#
Sadly, this initial scan didn’t return any live hosts. This scan is known as a ‘ Simple List’ scan hence the -sL arguments passed to the nmap command. A quick nmap scan can help to determine what is live on a particular network. Let’s say though that the IP address information was unavailable. The Kali machine has an IP address of 192.168.56.101 and the Metasploitable machine to be scanned has an IP address of 192.168.56.102. In this example, both of the machines are on a private 192.168.56.0 /24 network. This made things easier and safer since the private network range would ensure that scans remained on safe machines and prevents the vulnerable Metasploitable machine from being compromised by someone else. For this particular tutorial, a private network with a Kali machine and a Metasploitable machine was created.

Once a terminal has been launched, the nmap fun can begin. All shell programs listed will work for the purposes of nmap.
#UBUNTU ADD NETWORK SCANNER INSTALL#
The author is a fan of the shell program called ‘ Terminator‘ but this may not show up in a default install of Kali Linux. Navigating to a terminal can be done as follows: Applications -> System -> ‘ Xterm‘ or ‘ UXterm‘ or ‘ Root Terminal‘. By clicking on the desktop background, a menu will appear. Once logged into XFCE, a terminal window will need to be opened. Once logged in to the Kali Linux machine, using the command ‘ startx‘ the XFCE Desktop Environment can be started – it is worth noting that nmap doesn’t require a desktop environment to run.
#UBUNTU ADD NETWORK SCANNER PASSWORD#
The first step to working with nmap is to log into the Kali Linux machine and if desired, start a graphical session (This first article in this series installed Kali Linux with the XFCE Desktop Environment).ĭuring the installation, the installer would have prompted the user for a ‘ root‘ user password which will be needed to log in. A valid working connection to a network or if using virtual machines, a valid internal network connection for the two machines.For a good machine to practice with, please read about Metasploitable 2.
#UBUNTU ADD NETWORK SCANNER SOFTWARE#

This scripting engine allows administrators to quickly create a script that can be used to determine if a newly discovered vulnerability exists on their network. Nmap’s functionality can be extended even further with the Nmap Scripting Engine, often abbreviated as NSE.

Nmap has the ability to quickly locate live hosts as well as services associated with that host.
