Posts tagged sockets

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-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 ...