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

Problem with reverse proxy over onion

Nyrid

HDD-drive
Забанен
Регистрация
23.04.2022
Сообщения
23
Реакции
4
Пожалуйста, обратите внимание, что пользователь заблокирован
I install nginx and configure it


location / {
proxy_pass http://127.0.0.1:81/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
}


after that
socat tcp4-LISTEN:81,reuseaddr,fork,keepalive,bind=127.0.0.1 SOCKS4A:127.0.0.1 (domainwhichiwantphish):80,socksport=9050
also i run "sudo tor" but site not loading what I do wrong]


PROBLEM SOLVED WITH CONFIGURE TORRC 80 127.0.0.1 81
but now I have another problem how manipulate for example with bitcoin wallet or even other data
 
Последнее редактирование:


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