BM Hacker

Projects by Hacking projects


Project maintained by bmh1cker Hosted on GitHub Pages — Theme by mattgraham

Onion-Website

How to craete onion website by android

if you want to create your own DarkWeb site you should know this important things. To create your my own onion site you don’t need buy any hosting and domain name. Its totally hosted through your computer thats mean whenever you want you can close your site or run your site. Note if your computer is shutdown than automatically your site will stop.

Follow the step :-

$apt update 
$apt upgrade
$pkg install tor

How to change tor configuration file

$cd
$pkg install nano
$cd ..
$cd usr/etc/tor
$nano torrc
## Once you have configured a hidden service, you can look at the
## contents of the file ".../hidden_service/hostname" for the address
## to tell people.
##
## HiddenServicePort x y:z says to redirect requests on port x to the
## address y:z.

HiddenServiceDir /data/data/com.termux/files/home
HiddenServicePort 80 127.0.0.1:8080

#HiddenServiceDir /data/data/com.termux/files/usr/var/lib/tor/other_hidden_service/
#HiddenServicePort 80 127.0.0.1:80
#HiddenServicePort 22 127.0.0.1:22

################ This section is just for relays #####################
1- type your keyboard Ctrl+x 
2- y 
3- now enter key to save the file
$cd
$nano index.html
<!DOCTYPE html>
<html>
<body>
<br>
<center>
<img height="100" width="100" src=/bm.png />
<p class="Download" > <i><b>BM Hacker</b></i></P>
<h1 style="color: blue;"> Subscribe my Channel</h1>
</center>
<style>
body {
background-color: black;
}
.Download {
border: none;
color: red;
padding: 12px 30px;
font-size: 100px;
}
</style>
</body>
</html>

And save it

$pkg install php
$php -S 127.0.0.1:8080
$tor
$cd
$cat hostname
Caution
This link will not open on chrome browser
its only open on tor browser for Windows, mac etc.
Orbot and Orfox browser for android.

you can use any severver like php, apache, python but i recommend to use php because it’s easy to use .

Thanks for learning…….

By (BM Hacker)