Forums before death by AOL, social media and spammers... "We can't have nice things"
|    alt.comp.freeware    |    Generic free software discussions    |    39,988 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 39,367 of 39,988    |
|    Marion to All    |
|    Tutorial: FOSS ProxyBridge & TOR SOCK5 s    |
|    24 Oct 25 04:24:57    |
   
   From: marionc@facts.com   
      
   Tutorial: FOSS ProxyBridge & TOR SOCK5 server to proxify any Windows binary   
      
   A previous tutorial explained how to route traffic thru Psiphon using   
   ProxyBridge, whereas this summarizes how to do the same thru Tor instead.   
      
   i. If you want censorship circumvention, point ProxyBridge   
    at Psiphon's local proxy (127.0.0.1:1080 or 8080).   
   ii. If you want anonymity, point ProxyBridge at Tor (127.0.0.1:9150).   
      
   A. Start the Tor Browser (which must remain open for the duration!)   
   B. That starts a local Tor process listening on 127.0.0.1:9150 (SOCKS5)   
   C. Which you can confirm using the following commands:   
    C:\> netstat -ano | findstr 9150   
    TCP 127.0.0.1:9150 0.0.0.0:0 LISTENING 9844   
    C:\> tasklist /FI "PID eq 9844"   
    tor.exe 9844 Console 1 128,080 K   
    C:\> curl --socks5 127.0.0.1:9150 https://check.torproject.org/api/ip   
      
    {"IsTor":true,"IP":"192.42.126.154"}   
    You can check DNS resolution isn't leaking using   
    C:\> curl --socks5-hostname 127.0.0.1:9150 https://check.torproject.org/   
      
   a. Start the ProxyBridge proxifier as admin   
    Win+R > cmd {ctrl+shft+rtn}   
    C:\> start "" "C:\app\network\proxy\proxybridge\ProxyBridge.exe"   
   b. Set it up to use the Tor SOCKS5 proxy:   
    ProxyBridge:Proxy > Proxy Settings   
    Proxy Type = SOCKS5 (choices include HTTP)   
    Proxy IP Address = 127.0.0.1   
    Proxy Port = 9150 (this is the port Tor uses by default)   
    Username =
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca