Code Monkey home page Code Monkey logo

Comments (7)

waokdalf avatar waokdalf commented on June 10, 2024 1

++ good point, we need an option for adding bridges btw, I'm not sure if this works but install the tor browser, then set the bridge option as snowflake. you will get a bridge then copy/paste it into your config file and run it again.

let me know if it works!

I checked, it didn't work.

I also tried updating not only obfs4proxy.exe, snowflake-client.exe, but also tor.exe in the Tallow folder.
I think this needs some changes from @basil00

`Tallow default torrc file.

GeoIPFile "geoip"
GeoIPv6File "geoip6"

ClientTransportPlugin snowflake exec snowflake-client.exe

UseBridges 1

Bridge snowflake 192.0.2.3:1 2B280B23E1107BB62ABFC40DDCC8824814F80A72`

tor1

from torwall.

GFOXSH avatar GFOXSH commented on June 10, 2024 1

OK, some little update: Tallow brokes all loopback connections. So tor.exe cant connect to obfs4proxy.exe and snowflake-client.exe. Idea to allow all connections from there PIDs is unsuccessful. Possibly a fundamental problem in WinDivert.

from torwall.

GFOXSH avatar GFOXSH commented on June 10, 2024 1

Localhost can be unlocked by change traffic.divert rule true to ip.DstAddr != 127.0.0.1 and ip.SrcAddr != 127.0.0.1 Trying to whitelist obsf4proxy.exe by search process PID then adding it to if (addr.Socket.ProcessId == tor_pid) is succesful, rules is works, but traffic don't goes.

from torwall.

waokdalf avatar waokdalf commented on June 10, 2024 1

OK, I just use Proxifier instead Tallow. It was a great program, but now it doesn't work.

I think we should not say like that. Proxifier is proprietary closed source software. I think any, even raw and non-working open source software deserves 10 times more respect than even a working and most convenient product with closed source code.

I express great respect to the author for the work done and a modest hope that the work was not in vain and someone will bring it to completion.

from torwall.

psparsa avatar psparsa commented on June 10, 2024

++ good point, we need an option for adding bridges
btw, I'm not sure if this works but install the tor browser, then set the bridge option as snowflake. you will get a bridge then copy/paste it into your config file and run it again.

let me know if it works!

from torwall.

GFOXSH avatar GFOXSH commented on June 10, 2024

I think obfs4proxy.exe and snowflake-client.exe trying to connect via WinDivert instead direct, which leads to self-circuit.
Let's see at main.c:
redirect_whitelist_init(pi.dwProcessId); - passes the PID of the Tor process to the WinDviert filter (in redirect.c) to be ignored.
But it doesn't know anything about child processes started by Tor.
This is (in theory) easy to fix, but I'm too lazy to install MinGW. Maybe later, maybe never, maybe it won't work.

from torwall.

GFOXSH avatar GFOXSH commented on June 10, 2024

OK, I just use Proxifier instead Tallow. It was a great program, but now it doesn't work.

from torwall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.