
HackTheBox Challenge - TwoMillion
Challenge Today, we’re exploring the HackTheBox challenge “TwoMillion.” It’san Easy Linux box released to celebrate HackTheBox reaching two million users. The machine runs an older version of the H...
Challenge Today, we’re exploring the HackTheBox challenge “TwoMillion.” It’san Easy Linux box released to celebrate HackTheBox reaching two million users. The machine runs an older version of the H...
Challenge This is a small, beginner-friendly HackTheBox challenge that demonstrates an uncommon web vulnerability. It’s simple but instructive—great for learning how to identify and exploit subtle...
Challenge Upon connecting to the https://xmas.root-me.org/challenges web page and selecting the Santa’s Magic Sack challenge, we are presented with the following infos : Upon reading the challe...
Challenge Upon connecting to the https://xmas.root-me.org/challenges web page and selecting the Generous Santa challenge, we are presented with the following infos : Before going further by che...
This post will guide you through setting up a CMake project in Windows using Visual Studio Code. The goal is so that in the end, you can build and run a C/C++ project with CMake in Visual Studio Co...
Introduction We are going to take a better look at the starting point of machine learning and artificial neural network, the Perceptron. The creation of such algorithmic structure goes back to 1957...
Introduction Today we are going to explore Naives Bayesian algorithm by looking at a concrete example that I’have implemented for my school project. The goal of this project is to develop a model t...