This Is How To Build A website On the Dark web Using An Android Device

Hello Everyone welcome to my Blog, In today's Article I'm gonna cover how to host A Website On The Dark web, and yes all you need is your Android phone, make sure you read this Article till the end and use every command as prescribed below, download every application and this is going to work for you perfectly fine.

Prerequisites:

Setup procedures:

Make sure you have termux installed on your Android phone, read this Article to learn how to install And setup Termux On Your phone.
After installing Termux, install Tor Browser And Orbot, Both On your Android device.
Once all Application has been installed Launch Your Termux Application And setup Tor for Web hosting using the procedures below.
Give storage permission to Termux With the command below :
termux-setup-storage 
After that, Update Termux with the command,
pkg update
After updating Termux, install Tor and NginX packages on Termux using the command:
pkg install tor nginx -y
Now setup both packages for hosting. Type the command:
nano ../usr/etc/tor/torrc
On your keyboard using the 'Ctrl+w button' search for Hidden service and edit a script as should in the image below

Now that that is done, create two new directories, where our Tor web server activities will be stored with the command :
mkdir ../usr/var/lib/tor ; mkdir ../usr/var/lib/tor/hidden_service
After that you can start NginX and Tor on Termux With the command:
nginx ; tor
Create a new session on Termux and copy your hosting address with the command:
cat ../usr/var/lib/tor/hidden_service/hostname
Copy the displayed address.onion script.

And lastly 

Launch your Orbot application and connect to VPN then launch your Tor Browser. And happy coding.

Watch the video here:

Post a Comment

Previous Post Next Post