Code Monkey home page Code Monkey logo

onion-website's Introduction

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.

Setup Video :-

YouTube

Follow the step :-

  • Install Termux app and open a new terminal and follow the command below.
$apt update 
$apt upgrade
  • To install tor follow the command
$pkg install tor

How to change tor configuration file

  • After install the tor you need to some change on tor configuration file
$cd
$pkg install nano
$cd ..
$cd usr/etc/tor
$nano torrc
  • scroll down and this message remove the hash tag before the HiddenserviceDir and set you path.
## 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
  • To run a local server on your phone you need to install php server for that type the command.
$cd
$nano index.html
  • Create your own script or if you want you can copy and paste my script
<!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

  • open a new terminal and type the command
$pkg install php
$php -S 127.0.0.1:8080
  • open a new terminal and type the command
$tor
  • open a new terminal here you will get your hostname and key to get hostname follow this command
$cd
$cat hostname
  • here you will get your personal Darkweb site Url like
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.......

๐Ÿ”— Check this

Subscribe our channel on youtube:

https://www.youtube.com/BMHacker

Chekout our webite:

https://h1ckpro.tk

๐Ÿ‘ฅ Join

Telegram channel:

https://t.me/bmhackerofficial

Facebook page:

https://www.facebook.com/bmh1cker

Instagram:

https://www.instagram.com/bmh1cker

By (BM Hacker)

onion-website's People

Contributors

bmh1cker avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

nepiltzin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.