Get Mystery Box with random crypto!

Making a private search engine and protecting your privacy | TECHGIANTS™©

Making a private search engine and protecting your privacy

I will be using the Searx tool published on GitHub. It is an open source privacy search engine based on python2. Open source means we can read the codes in it and we know what Searx is doing in the background, it's open to everyone.

We can host this search engine on our local host and use it to surf the internet. Python2 must be installed on our computer. Python is preinstalled on Kali Linux.

Installation:

git clone https://github.com/asciimoo/searx
cd searx
./manage.sh update_packages
python searx / webapp.py

After these commands, we will receive a link to the local host, follow it and enter a query into the search engine.

Search results come from various popular search engines like Google, Bing, Duckduckgo, Yahoo and others. But this search engine has not compromised our privacy.

N/B Be wise