Hack The Box: Builder Machine Walkthrough – Medium Difficulty

In this post, I would like to share a walkthrough of the Builder Machine from Hack the Box This room will be considered a medium machine on Hack the Box What will you gain from the Builder machine? For the user flag, you will need to exploit a recent Jenkins vulnerability, namely CVE-2024-23897, this exploration focuses on its capacity for […]

The post Hack The Box: Builder Machine Walkthrough – Medium Difficulty appeared first on Threatninja.net.

February 13, 2024
Read More >>

Hack The Box: Bookworm Machine Walkthrough – Insane Difficulty

In this post, I would like to share a walkthrough of the Bookworm Machine from Hack the Box. This room will be considered an Insane machine on Hack the Box What will you gain from the Bookworm machine? For the user flag, you will need a sophisticated exploit chain by leveraging cross-site scripting, insecure upload, and […]

The post Hack The Box: Bookworm Machine Walkthrough – Insane Difficulty appeared first on Threatninja.net.

January 21, 2024
Read More >>

Hack The Box: Broker Machine Walkthrough – Easy Difficulty

In this post, I would like to share a walkthrough of the Broker Machine from Hack the Box This room will be considered an Easy machine on Hack the Box What will you gain from the Broker machine? For the user flag, you will need to directly into the non-competitive queue to emphasize a significant vulnerability currently prevalent. ActiveMQ, a […]

The post Hack The Box: Broker Machine Walkthrough – Easy Difficulty appeared first on Threatninja.net.

November 14, 2023
Read More >>

Introduction to Recursion in Python

Want to learn all about recursion in programming? This tutorial on recursion in Python will help you get started. Recursion is a super helpful problem-solving technique to add to your programmer’s toolbox. While initially often difficult to wrap …

November 6, 2023
Read More >>