This script automates the generation of onion links for Tor and facilitates the creation of auto sites in aapanel using PHP scripts.
This script generates onion service configurations for Tor, retrieves the corresponding onion links, and uploads them along with PHP scripts to create auto sites in aapanel. It allows you to specify the number of onion services to create and the last directory name part of the onion service paths.
- Generate Onion Links:
<number_of_services>: Number of onion services to create.<last_directory_name>: Name for the last directory part of the onion service paths.[clear](Optional): Use "clear" to clear existing Tor configuration before generating new configurations.
- Upload Onion Links to aapanel:
- Once the onion links are generated, copy them and use a PHP script to upload them to aapanel. The PHP script will create auto sites for each onion link.
- Tor installed on your system.
- Bash shell.
- Access to aapanel for auto site creation.
-
Clone this repository:
-
Change directory to the script directory:
-
Make the script executable:
- Use the generated onion links along with a PHP script to upload them to aapanel.
- Ensure the PHP script is configured to create auto sites in aapanel using the provided onion links.
index.html there is text area upload there and it will add all links as site in aapanel
- Tor installed on your system.
- Bash shell.
-
Clone this repository:
-
Change directory to the script directory:
-
Make the script executable:
Generate 5 onion services with the last directory name "hidden_dir":
Generate 10 onion services with the last directory name "my_onion" and clear existing configuration:
This project is licensed under the MIT License.