โŒ

Normal view

There are new articles available, click to refresh the page.
Yesterday โ€” 12 September 2026Main stream

Hack The Box: Silentium Machine Walkthrough โ€“ Easy Difficulity

By: darknite
12 September 2026 at 10:56

Completed another Hack The Box machine, Silentium.

Initial access was achieved by exploiting a password-reset vulnerability in the staging Flowise application, followed by abusing a custom MCP endpoint to obtain a root shell inside the Flowise container. Credentials exposed through the container environment were then used to SSH into the underlying host as ben and retrieve the flag.

For privilege escalation, an internal Gogs instance was discovered through local port forwarding. A malicious symlink was pushed and manipulated through the Gogs API to target /etc/sudoers.d/ben, allowing a passwordless sudo rule to be written and ultimately providing full root access.

#HackTheBox #HTB #CyberSecurity #PenetrationTesting #OffensiveSecurity #Linux #PrivilegeEscalation #WebSecurity #CTF โ€ฆ

Learn MoreHack The Box: Silentium Machine Walkthrough โ€“ Easy Difficulity

The post Hack The Box: Silentium Machine Walkthrough โ€“ Easy Difficulity appeared first on Threatninja.net.

Before yesterdayMain stream

Hack The Box: Kobold Machine Walkthrough โ€“ Easy Difficulty

By: darknite
1 August 2026 at 10:58

Completed the Hack The Box "Kobold" machine, an easy-difficulty Linux challenge focused on web exploitation and container-based privilege escalation.

The assessment involved identifying and exploiting an unauthenticated Remote Code Execution vulnerability (CVE-2026-23744) in MCPJam Inspector to gain initial access as the ben user. During the privilege escalation phase, I explored Docker security weaknesses by leveraging excessive group permissions to escape the container environment and obtain root access. Additionally, I analyzed an alternative attack path involving CVE-2025-64714 in PrivateBin, which allowed sensitive configuration data exposure and access to the Arcane container management interface. This machine provided practical experience in vulnerability exploitation, container security assessment, and identifying risks associated with exposed internal services.

#HackTheBox #HTB #CyberSecurity #PenetrationTesting #OffensiveSecurity #RedTeam #Linux #Docker #VulnerabilityManagement #CVE #EthicalHacking #CybersecurityLearning โ€ฆ

Learn MoreHack The Box: Kobold Machine Walkthrough โ€“ Easy Difficulty

The post Hack The Box: Kobold Machine Walkthrough โ€“ Easy Difficulty appeared first on Threatninja.net.

Hack The Box: CCTV machine walkthrough โ€“ Easy Difficulty

By: darknite
11 July 2026 at 10:58

Just completed the CCTV machine from Hack The Box!

After enumerating the target, I discovered a ZoneMinder instance exposed on the web interface. Using the default administrative credentials, I gained access to the application and identified a SQL injection vulnerability in the removetag endpoint. By leveraging SQLMap, I extracted the database contents and recovered valid credentials through bcrypt hash cracking with Hashcat, allowing SSH access as the mark user and securing the User flag.

For privilege escalation, I discovered a locally running MotionEye service and extracted authentication details from its configuration files. After accessing the internal web interface through SSH port forwarding, I exploited a command injection vulnerability in the image filename configuration to obtain a root shell and capture the Root flag.

Really enjoyed this Easy-difficulty box โ€” a great combination of web application exploitation, SQL injection, credential recovery, and Linux privilege escalation techniques!

#HackTheBox #HTB #PenetrationTesting #CyberSecurity #PrivilegeEscalation #SQLInjection #EthicalHacking #Linux #OffensiveSecurity โ€ฆ

Learn MoreHack The Box: CCTV machine walkthrough โ€“ Easy Difficulty

The post Hack The Box: CCTV machine walkthrough โ€“ Easy Difficulty appeared first on Threatninja.net.

โŒ
โŒ