Posted in 2025
The State of Cybersecurity News…
- 20 June 2025
Thankfully, it looks like most of the mentioned news outlets are updating with the real information regarding this incident. That does not undo the panic and fear it has already caused.
Mitigating ARP Poison Attacks in Snort3
- 21 April 2025
Today I’ll be switching gears. The last few months I’ve been focusing heavily on offensive techniques in network security, but what about defending your own systems?
2025-04-12 Stealing your cookies
- 12 April 2025
Today we will be performing a session hijacking attack by stealing HTTP cookies, lets get started.
2025-03-4 Hacking your Wi-Fi II, MiTM attacks
- 04 March 2025
Today we will be performing a MiTM (Man-in-The-Middle) attack using the dsniff
tool suite, lets get started.
2025-02-20 Hacking your Wi-Fi
- 24 February 2025
Today I will be practicing WPA2-PSK security and attempting to extract and crack a PSK hash. Let’s get started.
2025-02-04 HTTP server from scratch in C
- 04 February 2025
After getting C sockets working yesterday I decided to create an HTTP server, here is the code:
2025-02-03 Sockets from scratch (C)
- 03 February 2025
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.