- 전체
- 보안뉴스
- 제로데이취약점
- 해킹프로그래밍
- 웹해킹
- 해킹기법
- 정보보호
- 정보보안기사 - 국가기술자격
- 악성코드분석_리버싱
- 시큐어코딩_개발보안진단원
- CISSP
- CISA
- 모의해킹_penetration-test
- deepweb / tor network
- Kali Linux
해킹기법 How to Make a .ONION Website Using Tor Network
2016.05.03 22:48
How to Make a .ONION Website Using Tor Network
Not a lot of people know about .onion websites, not many people actually use it. .ONION websites are used by people who want to stay anonymous. In addition, .onion websites are the first layer of the Deep Web. Which is basically described in the picture bellow
As many websites say, the Deep Web is about 96% of the WWW content. It's full of illegal things, for example, drug dealers, private information sellers, and child p0rn websites. Plus, some people say that you can find hit-men and assassins there!
You can search about the deep web if you want to know more, but as an advise, don't access it much. This tutorial is just for educational purposes, and for you to know about this.
First of All let's start with the requirements:
- Tor Installed (Windows) OR Downloaded and extracted (Linux)
- A Server like Apache. (Windows users are advised to use XAMPP and Linux users, you can simply install Apache2 on your machine.)
- Text Editor.
First of all run Tor to make sure it's working:
If it's working, then that's good you're good to go for the next step.
Stop and close Tor for now,
Then Open the following file:
WINDOWS:
C:\Tor Browser\Data\Tor\torrc
Linux:
open the extracted folder from tor > Data > Tor > torrc
Then add the following text at the bottom of the file:
WINDOWS:
# Hidden Service
HiddenServiceDir C:\Users\UserName\tor_service
HiddenServicePort 80 127.0.0.1:80
HiddenServiceDir C:\Users\UserName\tor_service
HiddenServicePort 80 127.0.0.1:80
Linux:
# Hidden Service
HiddenServiceDir /root/tor_service
HiddenServicePort 80 127.0.0.1:80
HiddenServiceDir /root/tor_service
HiddenServicePort 80 127.0.0.1:80
You can change from root to any user you are using.
Now make the directory in the path you added in torrc (tor_service)
Now start you apache server and make sure it's working!
If it's working, start Tor!
Check Log Message to check that there was no error starting it!
No errors! Now check the folder that you created "tor_service" You will find two files!
Open the file "hostname" and you will find you .onion link!!
This link is now working and ONLY ACCESSIBLE for Tor users!
Want to test it? Open tor, and access it!
본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 공지 | 침투테스트(취약점검점검, 모의해킹) 문의 / 답변 | 졸리운_곰 | 2017.12.10 | 28361 |
| 5 |
[악성코드분석_리버싱] 윈도우 실행파일 구조(PE파일)
| 졸리운_곰 | 2024.04.04 | 197 |
| 4 |
[악성코드분석_리버싱] AV 엔진 우회 2
| 졸리운_곰 | 2024.04.02 | 175 |
| 3 |
[악성코드분석_리버싱] AV 엔진 우회 실습 1
| 졸리운_곰 | 2024.04.02 | 176 |
| 2 |
[악성코드분석_리버싱] "보안이 어려운 사용자를 위한" 멀웨어의 보편적인 9가지 유형과 메커니즘
| 졸리운_곰 | 2024.04.01 | 161 |
| 1 |
악성 코드의 실행 압축 해제 기술_KIPS08.pdf
| 졸리운_곰 | 2014.11.03 | 356 |










