100% 搭建你自己的匿名网站(暗网网站)

您所在的位置:网站首页 怎么搭建网络 100% 搭建你自己的匿名网站(暗网网站)

100% 搭建你自己的匿名网站(暗网网站)

2023-11-14 10:13| 来源: 网络整理| 查看: 265

序言

 前几年一则朋友圈把暗网炒火了...

其实暗网没那么神秘,就是一种特定的方式的部署与请求而已

请求方需要使用 tor browser

响应方 需要使用 tor 的hidden_service

话不多少,进入搭建阶段

环境

 系统:一台三十块一个月的香港vps 自带centos7

所需:Nginx+tor

更新yum源

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

 关闭防火墙 & 禁用

//临时关闭 systemctl stop firewalld //禁止开机启动 systemctl disable firewalld Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service. Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

安装 Nginx

yum -y install nginx

安装 Tor

yum -y install tor

配置 Nginx

vi /etc/nginx/nginx.conf server{ listen 80 default_server; ... }

启动 Nginx

service nginx restart

配置 tor

vi /etc/tor/torrc 添加一下两行 HiddenServiceDir /var/lib/tor/hidden_service/ HiddenServicePort 80 服务器IP:8080

启动 tor

service tor start

查看hostname

cd /var/lib/tor/hidden_service/ cat hostname

 最后使用tor浏览器访问一下



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3