Back to Browse

Ep02: Coding a naive network mapper in C

1.9K views
Aug 27, 2024
53:26

In this episode you will learn how to code a network mapper in C. It's a tool that maps up a network and their services so you know which servers the network contain and the TCP services (and versions) they are running. You will learn a lot about TCP connections, both blocking and non blocking. In this series (of at least 3) we will create several versions of netmap and improve it at every step. In the upcoming episodes you will learn about threads in this context and also probably about raw sockets. References Ep01 of Netmap https://youtu.be/YAKEfUpLRJQ

Download

0 formats

No download links available.

Ep02: Coding a naive network mapper in C | NatokHD