GoOn

Mac@programming.dev to Programmer Humor@programming.dev – 1000 points –
104

You are viewing a single comment

This reminds me of something I saw online maybe 20 years ago now. Someone created a torrent with a name like "every IP address ever (hacking tool)" and uploaded it to Suprnova, which ended up having thousands of people seeding it. It was just a text file with every IPv4 from 0.0.0.0 to 255.255.255.255 😂

Heard about that too! Is there an updated version for ipv6?

That file would be ungodly large. There are 2^128 possible addresses, each weighing in at 128 bits, 16 bytes. 16 bytes times 340 trillion trillion trillion. That puts us around 5.44 trillion Zettabytes. The estimates I've seen for worldwide data storage sit aroun 60-70 zettabytes.

IPv6 version is just a Python script that generates random 128-bit integers. Eventually you'll hit a valid IPv6 address!