Linux – Bootable image with LAN drivers

bootablelinuxnetworking

I'm looking for an image which will boot quickly (I assume it'll be linux) and have LAN drivers- for sending TCP / UDP packets to another system in the same network.
Ideally, if possible, I would like to have an image with a parameter – the destination address for sending the packets but otherwise I'll just send – broadcast.
what tools / types/ OS would suit this situation?

Best Answer

Any live Linux distribution will work just fine for this.

  • Ubuntu has a fancy GUI.
  • SystemRescueCD comes with many system repair tools, including networking tools.
  • BackTrack is targetted at penetration testing, so it comes with a lot of networking tools, especially for network inspection and packet injection.
Related Question