Infinit3i

Hacking Tentacle

Tentacle is a Hard Linux box built around a Kerberos realm. A Squid proxy with an authentication bypass pivots into an internal network running a vulnerable OpenSMTPD (CVE-2020-7247) for the foothold; a plaintext msmtp password becomes a Kerberos ticket for the user shell; a squid-group-writable directory rsynced by a root cron plants a .k5login for the admin account; and an admin-group-readable krb5.keytab grants kadmin to mint a root principal and ksu to root — recon through root.

Slonik

Slonik is a medium Linux box centered on NFS and PostgreSQL. NFS exports trust client-supplied UID/GID, so matching a local user to the share owner unlocks a private home directory leaking database credentials. PostgreSQL listens only on a local UNIX socket with peer-trust auth — forwarding that socket over SSH gives password-less superuser access, and COPY FROM PROGRAM turns it into command execution for the user flag. This post covers recon through user.txt.