Posts in en

2025-04-12 Stealing your cookies

Today we will be performing a session hijacking attack by stealing HTTP cookies, lets get started.

Read more ...


2025-03-4 Hacking your Wi-Fi II, MiTM attacks

Today we will be performing a MiTM (Man-in-The-Middle) attack using the dsniff tool suite, lets get started.

Read more ...


2025-02-20 Hacking your Wi-Fi

Today I will be practicing WPA2-PSK security and attempting to extract and crack a PSK hash. Let’s get started.

Read more ...


2025-02-04 HTTP server from scratch in C

After getting C sockets working yesterday I decided to create an HTTP server, here is the code:

Read more ...


2025-02-03 Sockets from scratch (C)

As my interest in networking has grown I have also started to look into low level network programming, so basically how network devices are programmed and how all of your favorite networking libraries work under the hood.

Read more ...


2024-12-21 Memcrypt: A Proof-of-Concept to Mitigate Coercion-Based Attacks

Memcrypt is a proof-of-concept tool designed to mitigate the risk of coercion-based (rubber hose) attacks.

Read more ...


2024-12-12 DVWA challenge 1

I finally decided that today would be the day I put my RPI to actual use. I decided on hosting my on DVWA (Damn Vulnerable Web Application) to practice some basic web-app pentesting techniques, here’s how it went.

Read more ...