Ansible-Hidden-Service-Deployment
Ansible-Hidden-Service-Deployment copied to clipboard
Configures a regular ubuntu server to run as a tor hidden server running apache utilising ansible
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
The last command is to get the name of your new .onion site!
Stuff I'm Working On
(lets be honest i will never implement these things)
- Bash Deployment
- OS Hardening