kwadwo / Ansible-Hidden-Service-Deployment

Configures a regular ubuntu server to run as a tor hidden server running apache utilising ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Instructions

apt-get update

apt-get -y install ansible

echo "localhost ansible_connection=local" >> /etc/ansible/hosts

apt-get -y install git

git clone https://github.com/freddiebarrsmith/Ansible-Hidden-Service-Deployment.git

ansible-playbook Ansible-Hidden-Service-Deployment/darkweb.yml

cat /home/tordir/hostname

this last command is to get the name of your new .onion site!

About

Configures a regular ubuntu server to run as a tor hidden server running apache utilising ansible