Howdy 🌵

This is The Index, you can find from all of my write ups to my repositories
alt

Golden Eyes

If you want to follow along here’s the link for it : VulnHub Back again with another CTF write-up! This time, it’s all about mail servers. Let’s dive in. Enumeration First, we perform basic enumeration using netdiscover and nmap. A full port scan is necessary for this challenge: Upon inspecting the website, we find terminal.js. Decoding it (e.g., via CyberChef) reveals the string InvincibleHack3r, which serves as valid credentials for the user boris....

alt

Advent of Code

Advent of Code 2023 (I know i’m a year late) I’ve a quite a bit of interest of actually improving my coding skills… so i think this is finally me doing some whiteboard question, using go! I know this is going to be painful but i guess it’s a sacrifice that i have to make, anyway see you in the future (i.e. i dont know). Here’s the repository of my desperate attempt on solving these puzzle :...

12 August 2024 12:50PM · 1 min · 95 words · Samestora ·  programming
alt

Setup done

Good day lads now vercel is the main page, and RSS has been setup it’s been a lot of work! now expect something soon…

2 July 2024 7:41PM · 1 min · 24 words · Samestora ·  announcement
Coffee Addicts

Coffee Addicts : Write Up

The challenge is based on : https://www.vulnhub.com/entry/coffee-addicts-1,699/ another vulnhub boot2root machine, well let’s get started! first of all let’s use netdiscover to see where the machine is. $ sudo netdiscover i retrieved the machine as 192.168.3.16, now let’s enumerate it with nmap. $ nmap 192.168.3.16 -A Now we get 80 and 22 which means it has a website and an SSH open for us, let’s check the website 192.168.3.16:80 it prompts us to add coddeeaddicts....