|
|
|
|
|
by _-___________-_
2318 days ago
|
|
Hmm. I "obtained" 2^32 IPv4 addresses pretty easily; not sure if it's legitimate or not: for addr in range(2**32):
print('.'.join([str(addr >> (i << 3) & 0xFF) for i in range(4)[::-1]]))
Edit: Well, this was unpopular. In case it's too subtle, my point is that the title is terrible. |
|