Kioptrix is another "Vulnerable-By-Design OS" (like De-ICE, Metasploitable and pWnOS), with the aim to go from "boot" to "root" by any means possible. This is the second video on it, first one here. Unlike last time, the entry method was via a samba weakness method which is a quick attack and straight to root.
Links
Watch video on-line:
Download video: http://download.g0tmi1k.com/videos_archive/Kioptrix-Level_1_(Samba).mp4
Method
- Scan network for hosts (nmap)
- Scan target for running services (nmap)
- Detect network shares (smbclient)
- Exploit samba weakness, Trans2open (Metasploit)
- Game Over
Tools
- Kioptrix - Level 1 VM. Download here
- VMware player OR workstation. Download here
- nmap – (Can be found on BackTrack 4-R2). Download here
- smbclient – (Can be found on BackTrack 4-R2). Download here
- metasploit – (Can be found on BackTrack 4-R2). Download here
Walkthrough
A quick general nmap scan shows what hosts are on the network currently, before doing a more detailed scan on the target (192.168.0.111). By doing this, nmap shows what possible services (ports) the target has running and the version of the service and then attempts to identify the operating system (OS). The result of this are:
- OS: Linux v2.4.x (2.4.9-18)
- Samba: Samba smbd (wordgroup: MYGROUP)
The next stage was to test to make sure that samba was functioning correctly. By using smbclient, the attacker lists all services which are available on a target. The result being:
- Anonymous login
- Hostname (KIOPTRIX)
- Workgroup (MYGROUP)
- Default hidden admin shares (IPC$, ADMIN$)
The attacker proceeds begins by starting up metasploit and searching for a known exploit. After configuring all the settings required, the attacker launches it. Very soon afterwards the attacker has a remote shell, with "root" access to the system.
Commands
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
Notes
Song: Gershon Kingsley - Pop Corn
Video length: 02:18
Capture length: 03:11
Blog Post: https://blog.g0tmi1k.com/2011/03/kioptrix-level-1-samba/