create a website in Darkweb
Hi researchers ...
in this i ill show how to make a site host in Darkweb . lets know about the darkweb .lets see...
The dark web refers to content that isn't indexed by search engines and that requires special software or authorization to access. Dark web content lives on the darknet, a part of the internet accessible only to particular browsers or through specific network configurations. ... The history of the dark web.
Requirments....
linux
tor browser
nginx
tor
lets starts the process .......
config the linux or start the linux machine .
install the tor browser by using this command -->
sudo apt update && apt upgrade
sudo apt install torbrowser-launcher
then install the tor
sudo apt install tor
last installation ngnix
sudo apt install ngnix
okieee start the tor service using by this cmd
service tor start
and off the service
service tor stop
why we do this means because we need the coofig file so ..okiee we must the set the few config setups . then go to paste the cmd..
frist switch to root user....
sudo bash
nano ~/etc/tor/torrc
seems like this ...
HiddenServiceDir /var/lib/tor/hidden_service/
HiddenServicePort 80 127.0.0.1:80
on the this two configers..
just using curser remove the hash tag logo to activate the config
thats it .. now you can see the host name by using this cmd
cat /var/lib/tor/hidden_service/hostname
now you got the host name .. now you start the service to check the link.. start the tor service then launch the tor browser .. then start the ngnix ..paste the link into tor browser load it now you can see this page
well done you host it .. thats all about the darkweb website hosting ..
Comments
Post a Comment