Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with brave-browser #588

Open
Hard687 opened this issue Dec 22, 2024 · 7 comments
Open

Doesn't work with brave-browser #588

Hard687 opened this issue Dec 22, 2024 · 7 comments

Comments

@Hard687
Copy link

Hard687 commented Dec 22, 2024

I used it in a debian vm and got error but with firefox it works. Both brave-browser and chromium have same error.

$ proxychains4 brave-browser
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[1222/142649.262001:WARNING:close_multiple.cc(67)] close: Bad file descriptor (9)
[1222/142649.262463:WARNING:close_multiple.cc(67)] close: Bad file descriptor (9)
[1222/142649.262588:WARNING:close_multiple.cc(67)] close: Bad file descriptor (9)
[1222/142649.262645:WARNING:close_multiple.cc(67)] close: Bad file descriptor (9)
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[proxychains] DLL init: proxychains-ng 4.16
[4927:4927:1222/142650.125687:FATAL:zygote_host_impl_linux.cc(221)] Check failed: . : No such file or directory (2)
[1222/142650.146809:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[1222/142650.147017:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
/usr/bin/brave-browser: line 39: 4927 Trace/breakpoint trap (core dumped) "$HERE/brave" "$@"

@rofl0r
Copy link
Owner

rofl0r commented Dec 22, 2024

try proxydns_daemon method. search the issues here (closed and opened) for "browser" to find lots of tips and explanations.

@Hard687
Copy link
Author

Hard687 commented Dec 23, 2024

try proxydns_daemon method. search the issues here (closed and opened) for "browser" to find lots of tips and explanations.

I can't find explanation on starting proxychains4-daemon. sudo systemctl status proxychains4-daemon
Unit proxychains4-daemon.service could not be found. And in the config it is proxy_dns_daemon 127.0.0.1:1053 but what is 127.0.0.1:1053 and do I need to change it

@rofl0r
Copy link
Owner

rofl0r commented Dec 23, 2024

I can't find explanation on starting proxychains4-daemon.

just run it in a different terminal. not everything requires a systemd service.

what is 127.0.0.1:1053 and do I need to change it

it's where px4-daemon is listening. it's the default value so you dont need to change it.

@Hard687
Copy link
Author

Hard687 commented Dec 24, 2024

I can't find explanation on starting proxychains4-daemon.

just run it in a different terminal. not everything requires a systemd service.

what is 127.0.0.1:1053 and do I need to change it

it's where px4-daemon is listening. it's the default value so you dont need to change it.

Tried proxychains4-daemon in another terminal but it wasn't showing output is it working? Even with proxydns-daemon I have same error.

@rofl0r
Copy link
Owner

rofl0r commented Dec 26, 2024

it wasn't showing output is it working

it shows no output until proxychains4 uses it, with the appropriate configuration

@Hard687
Copy link
Author

Hard687 commented Dec 26, 2024

I still get same error with proxydns-daemon I can't start brave-browser

@rofl0r
Copy link
Owner

rofl0r commented Dec 26, 2024

well, if you followed my advice and looked for other issues, then you will have noticed that these behemoths are difficult to hook. maybe there's some command-line flag to make it not use a sandbox. of course, you could also attach a debugger and figure out why exactly it fails and then tell me so it can eventually be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants