root@V3dedBlog:~#

HackTheBox - Celestial writeup

Introduction

New week means new writeup from HackTheBox! This week’s retired box is Celestial. Celestial machine improperly handles input which is fed to a Node.js unserialize() function. This allows the attacker to achieve command execution by passing a Javascript object to the previously mentioned function. Let’s get into it!

Read more

HackTheBox - Silo writeup

Introduction

Once again, coming at you with a new HackTheBox blog! This week’s retired box is Silo by @egre55. A medium rated machine which consits of Oracle DB exploitation. From experience, Oracle databases are often an easy target because of Oracle’s business model. The products itself are free and can be downloaded rather easily, however the updates are paid. Most people refuse to pay for a silly update and that means that there’s a high chance of finding an outdated Oracle install. What does that mean? Many vulnerabilities and even more shells! Enough talking though, let’s get into hacking!

Read more

HackTheBox - Valentine writeup

Introduction

New day, new writeup! Today it’s going to be Valentine from HackTheBox. This box, as its name indirectly implies, will be vulnerable to the heartbleed bug (some deep detective work right there, duh). Without further ado, let’s start!

Read more

HackTheBox - Aragog writeup

Introduction

Aragog is a machine made by @egre55. It took me roughly 3-4 hours to root as a whole and I would consider it around medium difficulty. Aragog’s pwnage revolves around a simple XXE and backdooring of a Wordpress install to capture administrator’s password which can then be reused for privilege escalation.

Read more