PakistanDatabase.com

Request for Guidance on Tor Website Hosting Automation

MBKMADMAX

New member
Joined
May 28, 2024
Messages
23
Hellcoins
♆50
Hello Dear Hell Corp Experts and Memebers,
I hope you're doing well. I’m currently working on a project to set up a Tor website hosting service, inspired by your remarkable work. I've made some progress, including setting up the hosting form and some basic functionality. However, I’m facing challenges with automating certain aspects, especially related to .onion domain generation and user directory mapping.

Here are the areas where I need your guidance:
1. **Bash Automation Script**:
- I’ve successfully managed file uploads to user-specific directories (e.g., `/var/www/tor_users/username/upload`). However, I’m struggling with:
2. **Generating Unique v3 .onion Domains**: - How can I programmatically generate a unique v3 `.onion` domain for each user? - What are the best practices for ensuring proper directory mapping between the user’s directory and the assigned `.onion` domain? 3.
**Tor Configuration**: - How can I configure Tor to recognize and manage user-specific `.onion` domains?
- What security measures should I consider to ensure user directories and their associated `.onion` domains function properly? If possible, I would greatly appreciate your guidance on these areas, especially on how to handle the domain generation and mapping effectively. I’m eager to learn from your experience and hope to better understand the workflow, including relevant PHP code if needed. Thank you so much for your time and expertise. I look forward to your insights! Best regards,
mbkmadmax
 

CyberGod

Administrator
Staff member
Admin
Moderator
Joined
Dec 23, 2021
Messages
788
Hellcoins
♆25,382
Profile Music
Telegram
you need to make database to manage everything.

first read the docs of tor how to generate the domain. its simple any folder that we will add in torrc file or tor config file it will go there and check is the tor keys uploaded there if not tor will generate new domain and keys there and read the domain name from hostname file
 
Top