privacytools / privacytools.io

๐Ÿ›ก๐Ÿ›  You are being watched. Protect your privacy against global mass surveillance.
https://www.privacyguides.org
Creative Commons Zero v1.0 Universal
3.11k stars 384 forks source link

More Darknet Mirrors (Tor, Freenet, ZeroNet) #139

Closed privacytoolsIO closed 5 years ago

privacytoolsIO commented 7 years ago

Hi Guys,

we already have a I2P mirror. Does someone have experience with Tor, Freenet and ZeroNet? It would be nice to mirror this GitHub repo in more darknets.

Help wanted! ๐Ÿ‘

ghost commented 7 years ago

Note: fork for darkwebs

ghost commented 7 years ago

I can try to take care of this.

ghost commented 7 years ago

Tor mirror set up. I'm generating onion addresses. Current one: privacygnk5vuzea.onion https://gist.github.com/Shifterovich/191c330660f4d99809ad7fbb372d16b1

ghost commented 7 years ago

@beardog108 has experience with ZeroNet.

ghost commented 7 years ago

Yep, i'm getting a ZeroNet mirror setup. Will post here & on the subreddit when Its up.

I will need people to help me seed.

ghost commented 7 years ago

Currently generating a vanity address for the ZeroNet mirror.

ghost commented 7 years ago

Alright, so i've got a fork up.

I couldn't get a vanity address to work for it, because for some reason it would not list the site in my client. I could probably get it to work by fooling around with it more, but i don't really feel like it.

You can access the site (assuming i'm still seeding) with your ZeroNet client & a browser here: http://127.0.0.1:43110/14gSEpfWfF5Go7u5y7UidZQCnGa6eSBYZ9/

ghost commented 7 years ago

Next we should do Freenet & IPFS would be good too.

ghost commented 7 years ago

Corrected the ZeroNet site 'home' button, as it would take you to your ZeroNet router rather than the top of the page.

privacytoolsIO commented 7 years ago

Hi guys, thank you both so much. I've added links on the website, subreddit and posted it to the zeronet subreddit already: https://www.reddit.com/r/zeronet/comments/5lwomw/privacytoolsio_is_now_available_on_zeronet_please/

edit I2P subreddit: https://www.reddit.com/r/i2p/comments/5lwpi9/privacytoolsio_is_now_available_on_i2p_please/

onion subreddit: https://www.reddit.com/r/onions/comments/5lwpue/privacytoolsio_is_now_available_on_tor/

OverlordQ commented 7 years ago

If you want a freenet mirror you'll need a stripped down version that doesn't rely on JS.

ghost commented 7 years ago

Which along with "no one uses Freenet" is an argument not to support Freenet :P Jokes aside: I'm not sure whether it's possible to strip JS.

chris-barry commented 7 years ago

Hey guys, I have one suggestion to make this lower friction for your users.

By default I2P does not know the mapping from privacytools.i2p -> wfewiqkdt5bvowfp3igmkaksjvcvwj7bag2smqpqyu5x4hges2qa.b32.i2p . If you make the link on your site:

" http://privacytools.i2p/?i2paddresshelper=?i2paddresshelper=wfewiqkdt5bvowfp3igmkaksjvcvwj7bag2smqpqyu5x4hges2qa.b32.i2p "

then a user won't have to go through the I2P jump servers. That special URL will tell the I2P router the mapping quicker.

MuxZeroNet commented 7 years ago

Hi, the title of the ZeroNet mirror can be changed via the sidebar. Drag the 0 button to the left to see the sidebar.

Zcash.png was missing. It might be forgotten. Try adding this file and sign the site again.

The site is running out of size limit (10MB). You can define optional files so that these files will not be counted when ZeroNet is adding up file sizes. Don't worry, once an optional file is requested by browser, ZeroNet will download that file immediately. Open content.json with a text editor. After the modified key, add an optional key with a regular expression string bound to it.

"modified": 1483650296.648398,
"optional": "(fonts/.*)",

Another example can be found here.

Save all of your changes and sign the site.

ghost commented 7 years ago

The limit can be increased and Zcash.png is missing on privacytools.io too.

Mikaela commented 5 years ago

@beardog108 Are you still maintaining the Zeronet mirror? It seems to default to /classic, so I think it's a bit outdated.

ghost commented 5 years ago

Since we now have an actual server, @JonahAragon and @BurungHantu1605 could set up all these mirrors?

jonaharagon commented 5 years ago

Probably yeah. We have Tor up, what other ones do we need? Iโ€™m not super familiar with darknets so Iโ€™m not sure whatโ€™s โ€œinโ€ right now.

ghost commented 5 years ago

I2P and ZeroNet, in my opinion. Both are extremely simple to set up. I suggest using i2pd for hosting the I2P service. It's written in C, so it has a much lower overhead than the "official" Java I2P. Also you don't need all the Java I2P features to host a service.

Mikaela commented 5 years ago

From darknets I agree on I2P (even if I am not sure on I2Pd as I am having https://github.com/PurpleI2P/i2pd/issues/1275), I guess ZeroNet is currently "in" and I would also like to see Yggdrasil (https://github.com/privacytoolsIO/privacytools.io/issues/685) even if it's more of a graynet and IPFS (https://github.com/privacytoolsIO/privacytools.io/issues/139#issuecomment-270243582) even if it currently has no darknet support.

EDIT: I2Pd apparently requires disabling IPv6 in i2pd.conf in order to work (https://github.com/PurpleI2P/i2pd/issues/1275#issuecomment-489452326):

For now only way to resolve is disable ipv6 and leave ipv4 only. Anyway ipv6 support for now work bit incorrect and will be rewritten.

Nurmagoz commented 5 years ago

https://zeronet.readthedocs.io/en/latest/faq/#is-zeronet-anonymous

blacklight447 commented 5 years ago

I think we should now make the decision : do we want to spend time and resources on mirrors on lesser used and known anonymity networks.

1000i100 commented 3 years ago

I would like to publish some static website on to .onion, freenet, zeronet and why not some other. Is there some tools to help doing this from my CI ? PS : where should i ask this in a better place than here ?