djmardov


The password for the djmardov user was embedded into an image file using steganography. I was able to extract the password using a key found at the home directory of the djmardov user.

┌──(kali㉿kali)-[~/archive/htb/labs/irked]
└─$ sshpass -p 'kab6h+m+bbp2j:HG' ssh djmardov@irked.htb
 
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
 
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
last login: Tue Jan 24 15:20:06 2023 from 10.10.14.10
djmardov@irked:~$ whoami
djmardov
djmardov@irked:~$ hostname
irked
djmardov@irked:~$ ifconfig
-bash: ifconfig: command not found
djmardov@irked:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 00:50:56:b9:03:4e brd ff:ff:ff:ff:ff:ff
    inet 10.10.10.117/24 brd 10.10.10.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 dead:beef::250:56ff:feb9:34e/64 scope global mngtmpaddr dynamic 
       valid_lft 86395sec preferred_lft 14395sec
    inet6 fe80::250:56ff:feb9:34e/64 scope link 
       valid_lft forever preferred_lft forever

Lateral Movement made to the djmardov user