Skip to content

feloex/vanity-onion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanity-onion

GitHub Repo stars GitHub Downloads (all assets, all releases) GitHub Downloads (all assets, latest release) Go Report Card

This tool easily generates a set amount of .onion addresses with a set prefix (vanity addresses).

Try the web version

You can try the web version of this tool at https://feloex.github.io/vanity-onion

CLI Usage

  1. Download the latest release from the releases page
  2. On Linux/MacOS, you need to give the binary execute permissions:
chmod +x vanity-onion-linux-amd64
  1. Run the binary with the desired prefix and amount of addresses to generate:
./vanity-onion-linux-amd64 hello 5

This will generate 5 .onion addresses that start with "hello"

The generated addresses and their corresponding keys will be saved in the keys directory.

Sources

Great video to understand how .onion addresses are generated: https://www.youtube.com/watch?v=kRQvE5x36t4

Tor specification: https://spec.torproject.org/


License

This project is licensed under the GNU General Public License v3.0.