Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threatcode/cyberspace
https://github.com/threatcode/cyberspace
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/threatcode/cyberspace
- Owner: threatcode
- License: gpl-3.0
- Created: 2023-10-15T21:06:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T21:34:50.000Z (over 1 year ago)
- Last Synced: 2024-04-16T05:17:10.346Z (10 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOR in a Container
[![Docker
Pulls](https://img.shields.io/docker/pulls/threatcode/tor.svg?style=plastic)](https://hub.docker.com/r/threatcode/tor/)
![License](https://img.shields.io/badge/License-GPL-blue.svg?style=plastic)TOR (The Onion Router) in a container. Easy, simple and fast way to publish
custom hidden services in the deepweb.# Variables
- `PRIVATE_KEY` - Private key to be used by the hidden service.
- `LISTEN_PORT` - Port that the hidden service will listen to
- `REDIRECT` - To where the Tor will redirect the traffic (your server), in the
format `host:port`.
- `PROXY_PORT` - If you want to enable Tor Proxy Socks, use this variable to set
which port you want tor listening to.# Generating a private key
To generate your private key run the following command:
```
docker run -it --rm --entrypoint shallot threatcode/tor-hiddenservice-nginx
```The `pattern` argument above is a regular expression of your desired address.