Skip to content

Skalyaeve/ft_onion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_onion

Projet d'introduction à la mise en œuvre d'un service caché sur Tor.

L'objectif de ce projet est de créer une page web accessible uniquement depuis le réseau Tor en configurant un service caché. Un service caché est un service web dissimulé sur le réseau Tor.

Preview

Install

sudo apt update -y
sudo apt install -y make
sudo apt install -y docker.io
git clone https://github.com/Skalyaeve/ft_onion.git
cd ft_onion
echo "USR_PASS=exemple" > .env
mkdir ssh && cp ~/.ssh/id_rsa.pub ssh/authorized_keys
sudo make

Usage

sudo docker exec -it ft_onion bash
cat home/nginx/tor-hostname
exit
# then browse to the link from the Tor browser
sudo make stop
sudo make fclean