In this brand new 3 hour+ episode we are going to code a full-fledged network simulator in Linux Shellscript (Bash) but it will also work out-of-the-box in MacOS X as well as Windows if you use CygWin or similar.
The tool will allocate a bunch of IP addresses and then setup dummy network services on these IPs according to a config file. Basically you will specify the TCP port number and one line of data that the server will reply when connecting.
In the beginning of this episode we will also finish the last part of our naive version of the network mapper. Those two tools work very good together.
References
Coding a Cyber Security network mapper
• Uncut: Coding a Cyber Security Networ...
Netmap ep02
• Ep02: Coding a naive network mapper in C
00:00:00 Introduction
00:01:55 Finishing our naive Netmapper
00:25:00 Coding a Network Simulator