install tor script
git clone https://github.com/keeganjk/kali-anonymouscd kali-anonymous
chmod +x setupsudo ./setup
sudo apt install psmisc virt-what bleachbit
let’s encrypt dns with forked dnscrypt-proxy/tor for devuan
sudo apt install dnscrypt-proxysudo nano /etc/dnscrypt-proxy/dnscrypt-proxy.toml
modify for tor resolvers
listen_addresses = [‘127.0.2.1:53’]
echo “nameserver 127.0.0.1” | sudo tee /etc/resolv.conf
change resolv.conf attributes to immutable
sudo chattr +i /etc/resolv.conf
sudo anonymous for basic info.sudo anonymous start to start anonymoussudo anonymous stop to stop anonymoussudo anonymous status for anonymous's statussudo anonymous update to update anonymous
restart services
sudo service network-manager restartsudo service dnscrypt-proxy restart
check
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse