June 2012
Intermediate to advanced
268 pages
6h 8m
English
Linux is also one of the widely used operating systems after Windows. In the previous few recipes, we saw how we can penetrate a Windows machine by exploiting critical flaws in available services. In this recipe, we will deal with the Linux operating systems. We will be using Ubuntu 9.0 in this recipe, but the process will be similar for exploiting any flavor of Linux and Solaris running the Samba service. Let us move ahead with the recipe.
We will start by scanning our target Linux machine to gather information about the available services. Let us perform a quick Nmap scan and analyze its result:
msf > nmap -sT 192.168.56.101 [*] exec: nmap 192.168.56.101 Starting Nmap 5.20 ( http://nmap.org ) ...
Read now
Unlock full access