Posts tagged networks
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-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.
2024-12-12 DVWA challenge 1
- 12 February 2024
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.