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

Помогите со связкой

asddddd

(L3) cache
Пользователь
Регистрация
14.07.2022
Сообщения
154
Реакции
46
В общем я полный нуб в этом, сильно не ругайтесь.
Я сижу через ipvanish-whonix , в качестве рабочей машины- linux mint, но мне нужен чистый ip на firefox. Как на него поставить прокси? Нашел proxychains , но настроить его не смог. И вообще все ли нормально в моей связке, что поменять?
 
Проксифаер поставить не пробовал?
Мучаюсь без него на линукс... он есть и под винду и под макось и даже под андроид, а вот под линукс его нет...
 
Don't know if I understood correctly, but here's my little guide to proxychains for you:
Код:
sudo apt-get install proxychains
nano /etc/proxychains.conf
uncomment strict_chain and proxy_dns
at the end of the file add:
<ProxyType> [TAB] <ProxyIP> [TAB] <ProxyPort>
If you use TOR, the proxychains.conf should contain socks4 127.0.0.1 9050 at the end, just add your proxy after that and it will route tor -> proxy -> internet
Use Tab when pasting proxy, as I remember, It doens work with just whitespaces
Usage: proxychains iceweasel
 
Don't know if I understood correctly, but here's my little guide to proxychains for you:
Код:
sudo apt-get install proxychains
nano /etc/proxychains.conf
uncomment strict_chain and proxy_dns
at the end of the file add:
<ProxyType> [TAB] <ProxyIP> [TAB] <ProxyPort>
If you use TOR, the proxychains.conf should contain socks4 127.0.0.1 9050 at the end, just add your proxy after that and it will route tor -> proxy -> internet
Use Tab when pasting proxy, as I remember, It doens work with just whitespaces
Usage: proxychains iceweasel
if all my traffic is already directed to Tor, will it work?
 
maybe you did not start the tor service --> through the port you mention
check what is happening through the port
youtube.com/watch?v=jqrd9Ba3VOc
such questions can be answer in simple google search
 
Пожалуйста, обратите внимание, что пользователь заблокирован
start tor browser/client
in browser open about:config
search for network.proxy.socks5
check ip and port usually 127.0.0.1:9150
open your firefox
in network proxy setting
set those ip:port and you should have your browser routing traffic through tor)

you can do same steps with every application which accepts socks5.
 


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