• XSS.stack #1 – первый литературный журнал от юзеров форума

How to get a custom domain name for Tor hidden service - Onion 3

sommerdev

RAID-массив
Забанен
Регистрация
05.12.2021
Сообщения
90
Реакции
28
Пожалуйста, обратите внимание, что пользователь заблокирован
Hey guys this is my first tutorial in xss.pro I hope you like it




you want to get a custom domain name for your onion site but as you know these sites are generated automatically by tor and this is sad, in this tutorial i will explain to you how to get a custom domain name for your onion site.

First i will mention something important:
I am going to assum your have installed tor,apache2 and git and golang on you system.
DO NOT USE WINDOWS OR MAC FOR THIS TUTORIAL.
I am using ubuntu in this tutorial.


first you have to download oniongen-go from github:



Change to base directory of oniongen-go source and build oniongen-go

cd oniongen-go
go build main.go


Generate 1 addresses with ‘hack’ as a keyword in any position of the address

./main "hack" 1

Use ‘^’ to indicate the beginning or end of the address as desired keyword position

To generate 2 address with keyword at the start of address:


./main "^hack" 1

but if you want to generate 1 address with keyword at the end of address:

./main "hack^" 1

.png


as you can see this is the folder generated by oniongen-go:

2.png



if we open this folder called hackrqypzf5vhra7s7v6wmd4dvalpsyem528lnm3g76egb4p7yd you will see these files generated:

4.png



if we open the file called hostname you will see this:

5.png


now we have to move these files to /var/lib/tor/:

sudo mv /Desktop/oniongen-go/hackrqypzf5vhra7s7v6mo6wnzwd4dvalp5yew526lnm3g76egb4p7yd /var/lib/tor/hacksite:

6.png


Set the correct owner and permissions:

sudo chown -R debian-tor: /var/lib/tor/hacksite
sudo chmod -R u+rwX,og-rwx /var/lib/tor/hacksite

Include these keys in the /etc/tor/torrc file:

7.png


We restart the service and check its status:

sudo systemctl restart tor
systemctl status tor


now we just have to open the folder hacksite and cat the file called hostname :

12.png


now we just have to open our browser and we will see our site.

10.png





that is all.
 

Вложения

  • 7.png
    7.png
    4.7 КБ · Просмотры: 8
  • 8.png
    8.png
    4.7 КБ · Просмотры: 8
  • 9.png
    9.png
    2.1 КБ · Просмотры: 8
Последнее редактирование:


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх