List of .onion urls (3)

1 Name: 547 [Del]

leeksleaks@tumblr - LARGEST LIST OF .ONION DOMAINS IN THE WORLD!

2 Name: キタ━━━━━━━━( ・∀・)━━━━━━━━!!!! [Del]

> LARGEST blah blah bullshit

here is a larger list of .onion domains:

#!/usr/bin/env perl

use strict;
use bigint;

for(my $i;; ++$i)
{
print((split //,'abcdefghijklmnopqrstuvwxyz234567')[($i / (32 ** $_)) % 32])
for 0..15;
print ".onion\n";
}

3 Name: キタ━━━━━━━━( ・∀・)━━━━━━━━!!!! [Del]

Psst, hey kid. Wanna buy all the IPv4 addresses in the world?

#include <stdint.h>
#include <stdio.h>
int
main(void)
{
uint32_t ip = 0;
        do {
printf("%d.%d.%d.%d\n",
(ip >> 24) % 0x100,
(ip >> 16) % 0x100,
(ip >> 8) % 0x100,
(ip >> 0) % 0x100);
} while (++ip);
        return 0;
}

I got some of the IPv6 ones as well, but... heh, you'd better stick with the v4 for now.