Skip to content
/ sog Public

Simple-Onion-Generation a CLI tool written in C for generating random onion V2 or V3 addresses.

Notifications You must be signed in to change notification settings

h3ssan/sog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Onion Generation

This tool generates random V2 & V3 .onion addresses.

How to Compile

  • Clone the repo
    • git clone https://github.com/h3ssan/sog
    • cd sog
  • Build using CMake
    • mkdir build && cd build
    • cmake -DCMAKE_BUILD_TYPE=Release ..
  • Compile using make
    • make
  • Install the binary
    • make install P.S. You'll need privilege permissions.
  • Run it globally
    • sog

How to Identify Onion V3 Addresses

  • They're 56 long characters.
  • Always ends with the letter 'D'.

About

Simple-Onion-Generation a CLI tool written in C for generating random onion V2 or V3 addresses.

Resources

Stars

Watchers

Forks

Packages

No packages published