Interisting idea, can it be made like domains are created in the std Internet? Register "fake.onion" then set up a mail server?
In a quick (lazy) search, I got two basic ways.
According to Wiki, there's a certificate authority for HTTPS/.onion domains.
Standard onion address is a random sequence, getting to name it seems tricky.
First, obtain the name, then create the site and the server, usually with LAMP/WAMP.
Problem is making sure it doesn't leak information, thus defeating purpose of an onion service. "Fake" is a thing prone to attract hackers and authorities.
1. One implementation would be an utility called Shallot (for Linux).
2. Other could be setting up localhost as only way to access, then letting Tor use the site via port 80 on the server.
* This way no one can see your site IP address. Any access will be via local Tor (onion) services you set up.
Sources:
https://www.quora.com/How-are-onion-site...ed?share=1
https://gotodw.com/general/how-to-create...on-domain/
(Jul 26, 2018, 12:02 pm)Moe Wrote: You are being too literal. You can't get a fake.onion address because it doesn't exist.
fake.onion itself can't exist because that is an invalid address.
Nothe that the exact string "fake.onion" is in question. I suppose one could create "fakemail.onion" or "counterfeigt.onion" ?