Categories
Articles

Dental STL model segmentation

This article is drastically different from what I usually write about. But I had to work on “Dental STL Model Segmentation” for a while for work and found out about very interesting concepts, that I wanted to share here. The code I am working on is proprietary so I can’t share it, but it’s not […]

Categories
CTF Writeups

[CTF] interIUT 2k21 – Programming series : Redemption

Hey everyone ! I participated to the interIUT CTF 2021 edition with my team Arn’Hack last week end, and I wanted to share with you the write up of the Redemption serie. This 3 challenges were quite nice, and two of them were about image processing. The first programming challenge I will not review here […]

Categories
HackTheBox Writeups

[HTB] – Academy

Today’s write-up is on Academy, an easy HackTheBox box, created to promote the new academy section of the pentest learning platform. Recon As usual, I performed a Nmap scan for starters. Nothing to fancy here. I then fuzzed the website to uncover potentially interesting endpoints. Same thing here, for some reason, nothing was discovered. When […]

Categories
HackTheBox Writeups

[HTB] – Passage

Welcome back to a new Write-up. Been some time since I did some HackTheBox. This box was a Medium Linux one, but fairly it was a very easy box. The entire process is pretty straightforward in my opinion. Foothold First some recon : Not much to see here. The next recon action I always do […]

Categories
HackTheBox Writeups

[HtB] – Ready

Hey guys, I’m back with another easy HackTheBox box write-up (well it’s actually medium rated but easy it was). First, let’s scan for open ports : nmap -A -T4 -p- 10.10.10.220 | tee scan.txt The interesting thing to notice is that there is no website available on port 80 which’s usually the case. But there […]

Categories
CTF Writeups

[CTF] P’Hack – RAID dead redemption (forensics)

I took part in the P’Hack CTF with the Arn’Hack Team. It was a beginner friendly CTF, with a lot of easy challenges. I wanted to write about this forensic challenge “RAID dead redemption”. The goal was to recover data from a RAID partition composed of  3 disks, in which one of them was completely […]

Categories
CTF Writeups

[CTF] InterIUT – Forensics

The CTF had the usual categories, but today I am going to do the Write-up of the forensics series. It’s composed of three challenges, on the same .pcapng file. The second one was solved by my mate SoEasY (he got some nice stuff on his website, in particular about reverse engineering, check it out). Regardless, […]

Categories
CTF Writeups

[CTF] – Keypad Sniffer

Hey guys ! From October 24th 2020 to November 11th 2020 took place the “Brigitte Friang Operation”. It’s a Capture The Flag competition organized by the DGSE, the French Directorate-General for External Security. After some introduction challenges (that were already fairly hard to be honest), you’ll finally get access to the read CTF, that you […]

Categories
HackTheBox Writeups

[HTB] – Cache

Hi there ! Today’s write-up is about Cache, a Medium Linux box, released on May 9th 2020 on HackTheBox. Recon First step is to gather information about the box, using Nmap. Here is a bit of explanation about the options : The results are as follows : There is nothing much there. Let’s check the […]

Categories
HackTheBox Writeups

[HTB] – Blunder

Hi again ! This my write-up of Blunder, an easy Linux box released on May 30th 2020 on HackTheBox. Recon For a starter, let’s use Nmap to scan the target. Here is the output of the previous command : After taking a look a the website, there wasn’t much to discover either. I tried to […]