Logo

dev-resources.site

for different kinds of informations.

encrypt dns/tor [devuan linux]

Published at
3/16/2022
Categories
tor
linux
privacy
bash
Author
n1nj4
Categories
4 categories in total
tor
open
linux
open
privacy
open
bash
open
Author
5 person written this
n1nj4
open
encrypt dns/tor [devuan linux]

install tor script

git clone https://github.com/keeganjk/kali-anonymous
cd kali-anonymous
Enter fullscreen mode Exit fullscreen mode
chmod +x setup
sudo ./setup
Enter fullscreen mode Exit fullscreen mode
sudo apt install psmisc virt-what bleachbit
Enter fullscreen mode Exit fullscreen mode

letโ€™s encrypt dns with forked dnscrypt-proxy/tor for devuan

sudo apt install dnscrypt-proxy
sudo nano /etc/dnscrypt-proxy/dnscrypt-proxy.toml
Enter fullscreen mode Exit fullscreen mode

modify for tor resolvers
listen_addresses = [โ€˜127.0.2.1:53โ€™]

echo โ€œnameserver 127.0.0.1โ€ | sudo tee /etc/resolv.conf
Enter fullscreen mode Exit fullscreen mode

change resolv.conf attributes to immutable

sudo chattr +i /etc/resolv.conf
Enter fullscreen mode Exit fullscreen mode
sudo anonymous for basic info.
sudo anonymous start to start anonymous
sudo anonymous stop to stop anonymous
sudo anonymous status for anonymous's status
sudo anonymous update to update anonymous
Enter fullscreen mode Exit fullscreen mode

restart services

sudo service network-manager restart
sudo service dnscrypt-proxy restart
Enter fullscreen mode Exit fullscreen mode

check

https://dnsleaktest.com

tor Article's
30 articles in total
Favicon
A Comprehensive Guide to Tor and Digital Freedom ๐Ÿ˜Š
Favicon
How to use Tor - Part 1 - Motivation
Favicon
How to Deploy or Integrate a Service with Tor Onion on Elestio
Favicon
From C# to Tor: Building Secure, Anonymous Sites on the Dark Web
Favicon
How I Access the Dark Web Using This Search Engine ๐Ÿ”ฎ
Favicon
Building in the Shadows: The Programming Languages Powering Dark Web Sites on Tor
Favicon
ProxyChaining
Favicon
Guide : Where to find Darknet Photos and Videos. ๐Ÿ“ธ๐ŸŽฅ
Favicon
Darknet : Access Tips and Essential Links / Sites
Favicon
How to access the DARKNET (Here are the best and most popular sites).
Favicon
Security of Navalny's underground resistance on the Dark Web
Favicon
Using arti to Connect to TOR Network and query WHOIS information in Rust
Favicon
Running an Arweave Gateway in the Dark Web
Favicon
Tor on OpenBSD 7.3 (ๆ—ฅๆœฌ่ชž)
Favicon
Tor on OpenBSD 7.3
Favicon
Making A Tor BridgeDB CLI interface with Rust
Favicon
How to config a Cyberyen Full Node over Tor
Favicon
What is Tor and how to use it?
Favicon
encrypt dns/tor [devuan linux]
Favicon
Deploy Your Node.js (or any) Apps to Dark Web! It's so Easy!
Favicon
Getting started with Tor hidden services
Favicon
This application file is deleted but this application not deleted the menu?
Favicon
TOR๐Ÿง…- Stay Anonymous In Internet
Favicon
A "Brave" way to brows blocked content from terminal
Favicon
PHP Tor Controller
Favicon
Tor - the dark web driver
Favicon
Run uTorrent on Windows 10 or 11
Favicon
Anonymise yourself! How to set up tor in mac? In the terminal - noob_sec series
Favicon
The most common myths about anonymity on the Internet
Favicon
Run Node.js scripts from under a TOR / HTTP proxy

Featured ones: