{"id":24364040,"url":"https://github.com/m3str3/onionforge","last_synced_at":"2025-07-03T02:35:04.880Z","repository":{"id":239797434,"uuid":"800609771","full_name":"M3str3/OnionForge","owner":"M3str3","description":"OnionForge generates custom .onion addresses for Tor hidden services using brute force. Specify a prefix or regex pattern to find matching .onion addresses. Includes a simulation mode to estimate the time needed to find a match.","archived":false,"fork":false,"pushed_at":"2025-02-18T18:15:02.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T09:43:56.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/M3str3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T16:53:27.000Z","updated_at":"2025-02-18T18:15:06.000Z","dependencies_parsed_at":"2024-05-15T12:34:16.687Z","dependency_job_id":"13187a73-d3b7-4bc7-92aa-ed1500001e77","html_url":"https://github.com/M3str3/OnionForge","commit_stats":null,"previous_names":["m3str3/onionforge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/M3str3/OnionForge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3str3%2FOnionForge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3str3%2FOnionForge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3str3%2FOnionForge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3str3%2FOnionForge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M3str3","download_url":"https://codeload.github.com/M3str3/OnionForge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M3str3%2FOnionForge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263247970,"owners_count":23436949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-18T23:19:38.536Z","updated_at":"2025-07-03T02:35:04.836Z","avatar_url":"https://github.com/M3str3.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# OnionForge\r\nOnionForge generates custom .onion addresses for Tor hidden services using brute force. Specify a prefix or regex pattern to find matching .onion addresses. Includes a simulation mode to estimate the time needed to find a match.\r\n\r\n\u003cp align=\"center\"\u003e\r\n\u003cimg src=\"https://github.com/M3str3/OnionForge/assets/62236987/dcc0f4b5-a6a4-4fba-b91a-7f5f48439919\" width=50% height=50% style=\"display: block; margin: 0 auto\"\u003e\r\n\u003c/p\u003e\r\n\r\n## Usage\r\n\r\n### Basic Usage\r\n\r\nTo run the program, use the following command:\r\n\r\n```sh\r\ncargo run --release \u003cprefix\u003e [--simulate] [--no-stop]\r\n```\r\n\r\n- `\u003cprefix\u003e`: The prefix you want the .onion address to start with. If it starts with r/, it is treated as a regex pattern.\r\n- `--simulate`: Run the program in simulation mode for 10 seconds to estimate generation time.\r\n- `--no-stop`: Continue generating and saving keys even after finding a match.\r\n- `--no-header`: Do not include the header required by Tor service (`ed25519v1-secret: type0`).\r\n\r\n## Examples\r\n### Generate an Address with a Specific Prefix\r\n`cargo run --release myprefix`\r\n\r\n### Generate an Address with a Regex Pattern\r\n`cargo run --release r/^mypattern.*`\r\n### Run in Simulation Mode\r\n`cargo run --release myprefix --simulate`\r\n\r\nNo simulation mode for regex patterns\r\n### Generate and Save Keys Continuously\r\n\r\n`cargo run --release myprefix --no-stop`\r\n\r\n## Dependencies\r\n- `torut` crate for Tor Onion service key generation.\r\n- `regex` crate for regex pattern matching.\r\n- `num_cpus` crate for detecting the number of CPUs.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3str3%2Fonionforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm3str3%2Fonionforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3str3%2Fonionforge/lists"}