mstfknn/OnionV3-Link-Generator — GitHub Repository Preview
Security & Pentesting ★ 1 Python

mstfknn/OnionV3-Link-Generator

by @mstfknn ·

1 Stars
Forks
1 Issues
Python Language

Onion URL Finder is a Python tool that generates random .onion V3 addresses and checks their accessibility through the Tor network. Supports parallel processing with configurable worker threads for faster checking, adjustable timeout values, and saves discovered accessible onion addresses to a file with thread-safe UTF-8 encoding. Useful for dark web research, OSINT investigations, and understanding Tor hidden service infrastructure. Requires a locally running Tor service.

mstfknn
@mstfknn Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/mstfknn/OnionV3-Link-Generator.git

Quick Start Example

bash
python3 check_onions_parallel.py \
  --limit 100 \
  --workers 20 \
  --timeout 10

# Options:
#   --limit    Stop after checking N URLs
#   --workers  Concurrent threads (default: 16)
#   --timeout  Seconds per attempt (default: 5)

Tags

#tor#onion#dark-web#osint#python

Related Projects