Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.76 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.76 KB

ft_onion

The goal of this project is to create a web page and make it accessible from the Tor network by creating a hidden service. The hidden service is a web service that hides on the Tor network.

Installation

Clone the repository:

git clone https://github.com/salecler/CyberSecurity_Bootcamp.git ; cd ./ft_onion

Deployment

Run the Dockerfile:

  ./docker.sh

Run with volume:

  mkdir hostname

Instructions

You must run a web server that shows a webpage on the Tor network.

• The service must have a static web page: a single index.html file. The page will be accessible through a url of the type xxxxxxxxx.onion.

The content displayed on the page is up to you.

• Nginx will be used to configure the web server. No other server or framework is allowed.

• Access to the static page via HTTP on port 80 must be enabled.

• Access to the server via SSH on port 4242 must be enabled.

• You should not open any ports or set any firewall rules.

Documentation

docker

nginx

ssh

Features

  • ssh fortification
  • 100% Anonymized
  • Dockerfile

🔗 Links

github linkedin

Author

salecler's 42 ft_onion Score