Threat NinjaΒ Security Awareness

Threatninja.net Security Awareness for all users

  • HackTheBox: CobbleStone Machine Walkthrough – Insane Difficulty
    by darknite on August 15, 2026 at 2:55 pm

    Completed the Hack The Box β€œCobbleStone” Insane machine, chaining multiple vulnerabilities to achieve full system compromise. Initial access was achieved through SSRF in the skin suggestion feature, followed by SQL injection and stored XSS to compromise the administrator’s session. The stolen session cookie provided admin access, leading to Twig SSTI and RCE as www-data. Database credentials recovered through SSTI enabled a database dump and password cracking, resulting in SSH access as cobble and the user flag. Local enumeration revealed Cobbler’s XML-RPC service on port 25151. After identifying Cobbler 3.3.6 as vulnerable to CVE-2024-47533, a malicious Cheetah template was used to execute commands with root privileges. This provided a root shell and access to /root/root.txt. #HackTheBox #HTB #CobbleStone #CyberSecurity #PenetrationTesting #OffensiveSecurity #WebSecurity #SSRF #SQLInjection #XSS #SSTI #PrivilegeEscalation #CVE-2024-47533 … Learn MoreHackTheBox: CobbleStone Machine Walkthrough – Insane Difficulty The post HackTheBox: CobbleStone Machine Walkthrough – Insane Difficulty appeared first on Threatninja.net.

  • Hack The Box: Helix Machine – Medium Difficulty
    by darknite on August 9, 2026 at 7:48 am

    Completed the Hack The Box β€œHelix” machine, a medium-difficulty Linux challenge focused on Apache NiFi and industrial control systems. The attack chain involved virtual host discovery, Apache NiFi exploitation, reverse shell access as nifi, recovery of an SSH private key, and lateral movement to the operator user. Privilege escalation was achieved by interacting with the internal OPC UA server and manipulating reactor control values to open the privileged maintenance window, ultimately obtaining root access. Another great HTB challenge combining web exploitation, credential recovery, Linux privilege escalation, and OT/ICS concepts. #HackTheBox #HTB #CyberSecurity #PenetrationTesting #OffensiveSecurity #RedTeam #Linux #ApacheNiFi #OPCUA #ICS #OTSecurity #PrivilegeEscalation #CTF … Learn MoreHack The Box: Helix Machine – Medium Difficulty The post Hack The Box: Helix Machine – Medium Difficulty appeared first on Threatninja.net.

  • Hack The Box: Kobold Machine Walkthrough – Easy Difficulty
    by darknite on August 1, 2026 at 2:58 pm

    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: Fries Machine Walkthrough – Hard Difficulty
    by darknite on July 25, 2026 at 2:58 pm

    Just wrapped up another Hack The Box machine: Fries (Hard). TThis machine provided a realistic attack path that started with source code review in Gitea, where leaked credentials in a Git commit led to authenticated PostgreSQL RCE through pgAdmin. From there, I pivoted through the internal Docker network using Ligolo-ng, abused an exposed NFS share and debugfs to gain host access, then exploited PWM configuration weaknesses to capture LDAP credentials. The final stage involved Active Directory enumeration and AD CS (ESC6/ESC7) abuse to obtain an administrator certificate and compromise the domain. A great lab for practising web exploitation, Docker security, Linux privilege escalation, internal pivoting, and Active Directory attacks. #HackTheBox #HTB #CyberSecurity #PenetrationTesting #RedTeam #ActiveDirectory #ADCS #Docker #Ligolo #PostgreSQL #Gitea #EthicalHacking #Writeup #CTF … Learn MoreHack The Box: Fries Machine Walkthrough – Hard Difficulty The post Hack The Box: Fries Machine Walkthrough – Hard Difficulty appeared first on Threatninja.net.

  • Hack The Box: Logging Machine Walkthrough – Medium Difficulty
    by darknite on July 18, 2026 at 2:58 pm

    Completed another Hack The Box machine focused on Active Directory exploitation and privilege escalation. The attack involved SMB enumeration, credential discovery through log analysis, Kerberos authentication, Shadow Credentials abuse, and DLL hijacking to gain user-level access. Further enumeration revealed a WSUS infrastructure weakness, allowing exploitation through Kerberos delegation abuse, certificate-based authentication, and a WSUS machine-in-the-middle attack to achieve Domain Admin privileges. This challenge strengthened my understanding of modern AD attack paths, Kerberos abuse techniques, and enterprise infrastructure security. #HackTheBox #HTB #CyberSecurity #ActiveDirectory #RedTeam #PenetrationTesting #OffensiveSecurity #EthicalHacking #InfoSec … Learn MoreHack The Box: Logging Machine Walkthrough – Medium Difficulty The post Hack The Box: Logging Machine Walkthrough – Medium Difficulty appeared first on Threatninja.net.

  • Hack The Box: CCTV machine walkthrough – Easy Difficulty
    by darknite on July 11, 2026 at 2:58 pm

    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.

  • Hack The Box: DevArea Machine Walkthrough – Medium Difficulty
    by darknite on July 4, 2026 at 2:58 pm

    Just completed the DevArea machine from Hack The Box! After exploiting a vulnerable Java SOAP service on port 8080, I gained initial access and discovered Hoverfly running on port 8888. Leveraging CVE-2025-54123, I successfully authenticated and delivered a reverse shell, securing the User flag as the dev_ryan user. For privilege escalation, I took advantage of a sudo permission on the SysWatch management script. By exploiting a symlink attack in the logging functionality, I was able to read /root/root.txt and capture the Root flag. Really enjoyed this Medium-difficulty box β€” great mix of Java deserialization/SOAP, API exploitation, and creative Linux privilege escalation! #HackTheBox #HTB #PenetrationTesting #CyberSecurity #PrivilegeEscalation #CVE #EthicalHacking … Learn MoreHack The Box: DevArea Machine Walkthrough – Medium Difficulty The post Hack The Box: DevArea Machine Walkthrough – Medium Difficulty appeared first on Threatninja.net.

  • Hack The Box: Wingdata Machine Walkthrough – Easy Difficulty
    by darknite on June 27, 2026 at 2:58 pm

    I recently completed the Wingdata machine on Hack The Box! This easy-rated challenge involved exploiting an unauthenticated command injection vulnerability (CVE-2025-47812) in the Wing FTP Server web client to gain initial access as the wingftp user. After enumerating the system and cracking a SHA-256 password hash from a user configuration file using Hashcat, I escalated to the wacky user. Finally, I leveraged a vulnerable Python backup restoration script by injecting a malicious tarball containing my SSH public key, achieving full root access. A great box for practicing web application exploitation, password cracking, and creative privilege escalation techniques. #HackTheBox #PenetrationTesting #CyberSecurity #EthicalHacking #PrivilegeEscalation … Learn MoreHack The Box: Wingdata Machine Walkthrough – Easy Difficulty The post Hack The Box: Wingdata Machine Walkthrough – Easy Difficulty appeared first on Threatninja.net.

  • Hack The Box: Nanocorp Machine Walkhtrough – Hard Difficulity
    by darknite on June 20, 2026 at 2:58 pm

    We completed the β€œNanocorp” Active Directory lab on Hack The Box, covering full chain exploitation from initial access to domain compromise. User access was achieved by exploiting a ZIP extraction flaw in a recruitment portal, leading to NTLM hash capture via a malicious .library-ms file and credential recovery for web_svc. Active Directory misconfigurations allowed privilege escalation to monitoring_svc through BloodHound-guided abuse of ForceChangePassword rights. Root access was obtained after enumerating CheckMK Agent 2.1 on the Domain Controller. A web shell enabled command execution as web_svc, followed by exploitation of the CheckMK MSI repair process (CVE-2024-0670) using RunasCs to achieve SYSTEM-level access. #HackTheBox #ActiveDirectory #Pentesting #RedTeam #PrivilegeEscalation #CyberSecurity #WindowsDomain #BloodHound … Learn MoreHack The Box: Nanocorp Machine Walkhtrough – Hard Difficulity The post Hack The Box: Nanocorp Machine Walkhtrough – Hard Difficulity appeared first on Threatninja.net.

  • Hack The Box: Abducted Machine Walkthrough – Medium Difficulty
    by darknite on June 17, 2026 at 2:58 pm

    Recently completed the Abducted machine from Hack The Box, a Medium-difficulty challenge that combined SMB enumeration, Samba exploitation, credential discovery, lateral movement, and Linux privilege escalation techniques. The path to user access involved enumerating SMB shares and anonymous RPC services before exploiting a vulnerable Samba printer configuration to gain an initial foothold. Further enumeration revealed backup credentials stored within an Rclone configuration file, which were decrypted and reused to obtain access as a legitimate user. From there, a misconfigured Samba share enabled lateral movement to another account, ultimately leading to a systemd-based privilege escalation path and root access. This machine provided valuable practice in chaining multiple weaknesses together and demonstrated how exposed credentials, insecure service configurations, and share misconfigurations can collectively lead to full system compromise. Key takeaways: βœ… SMB and RPC enumeration can reveal valuable attack paths βœ… Exposed credentials often provide opportunities for lateral movement βœ… Misconfigured Samba shares can introduce serious security risks βœ… Service configuration weaknesses can lead to privilege escalation βœ… Small misconfigurations can be chained into complete system compromise #CyberSecurity #EthicalHacking #PenetrationTesting #PrivilegeEscalation #RedTeam #LinuxSecurity #SMB #Samba #CTF #HackTheBox #InfoSec #SecurityResearch … Learn MoreHack The Box: Abducted Machine Walkthrough – Medium Difficulty The post Hack The Box: Abducted Machine Walkthrough – Medium Difficulty appeared first on Threatninja.net.

Share Websitecyber
We are an ethical website cyber security team and we perform security assessments to protect our clients.