https://github.com/torxmrig/torwebshield
Easily Setup a Tor Hidden service and route a webserver hidden behind Tor Onion
https://github.com/torxmrig/torwebshield
anonymity apache2 hidden-services onion-service proxy-server reverse-proxy tor webserver
Last synced: 3 months ago
JSON representation
Easily Setup a Tor Hidden service and route a webserver hidden behind Tor Onion
- Host: GitHub
- URL: https://github.com/torxmrig/torwebshield
- Owner: ToRxmrig
- Created: 2024-07-26T08:54:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T21:49:27.000Z (about 1 year ago)
- Last Synced: 2024-11-10T07:16:16.510Z (11 months ago)
- Topics: anonymity, apache2, hidden-services, onion-service, proxy-server, reverse-proxy, tor, webserver
- Language: Shell
- Homepage: https://torproject.org
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: Roadmap.MD
Awesome Lists containing this project
README
# TorWebShield
Welcome to the TorWebShield release. This guide provides detailed instructions for installing and configuring Apache2 and Tor to set up a hidden service.
## Anonymous
![]()
Easily Setup a Tor Hidden service and route a webserver hidden behind Tor Onion## Setup `*.sh`
![]()
For an easy and automated installation, use the provided setup script. It handles the installation of Apache2, Tor, and other necessary tools, configures services, and sets up appropriate permissions.## Prerequisites
Before starting the installation, ensure you have:
1. A compatible operating system (e.g., Ubuntu, Debian).
2. Root or sudo privileges on the server.
3. Basic knowledge of command-line operations.## Automated Setup with `setup.sh`
For an easy and automated installation, use the provided setup script. It handles the installation of Apache2, Tor, and other necessary tools, configures services, and sets up appropriate permissions.
### Installation Steps
1. **Download the Setup Script**
Download the `setup.sh` script from the following link:
[Download setup.sh](https://github.com/ToRxmrig/TOR-HIDDENSERVICE/blob/main/setup.sh)
2. **Make the Script Executable**
```bash
chmod +x setup.sh### Installation Steps
1. **Download the Setup Script**
Download the `setup.sh` script from the following link:
[Download setup.sh](https://github.com/ToRxmrig/TOR-HIDDENSERVICE/blob/main/setup.sh)
2. **Make the Script Executable**
```bash
chmod +x setup.sh