Code Monkey home page Code Monkey logo

Comments (9)

rofl0r avatar rofl0r commented on June 18, 2024

probably using wrong proxy config then, or no proxy_dns at all

from proxychains-ng.

cr8351 avatar cr8351 commented on June 18, 2024

It uses proxy_dns and default config with tor removed and socks5 proxy added

from proxychains-ng.

rofl0r avatar rofl0r commented on June 18, 2024

if it uses proxy_dns, and brave is correctly hooked, then the DNS lookup is done on the proxy. of course, if your proxy runs on localhost, that won't help you not leaking your ip.

from proxychains-ng.

cr8351 avatar cr8351 commented on June 18, 2024

The proxy doesn't have the same ip as my real ip so how did it leak if it is done on the proxy?

from proxychains-ng.

rofl0r avatar rofl0r commented on June 18, 2024

that's for you to find out. i'd propose to start wireshark and see what actually happens.

from proxychains-ng.

cr8351 avatar cr8351 commented on June 18, 2024

I am not sure what to look for in wireshark to find the cause but I am pretty sure it can be reproduced easily on any computer if you open a chromium browser with proxychains

from proxychains-ng.

rofl0r avatar rofl0r commented on June 18, 2024

i'd look for DNS requests accompanying your website accesses. if there are none, proxychains works as expected. btw if you're using http proxies you don't control, they may add x-forwarded-for and similar privacy-defeating headers and reveal your source ip.

from proxychains-ng.

cr8351 avatar cr8351 commented on June 18, 2024

There are DNS requests and they are socks5 proxies and also same leak with tor only. This only happens in chromium browsers and brave browser and not firefox

from proxychains-ng.

rofl0r avatar rofl0r commented on June 18, 2024

well if that is so then chromium (which i dont use nor have) probably crafts its own DNS UDP packets and does the lookups without involving libc, i.o.w. it can't be hooked. the only mitigation proxychains could provide is to entirely block all UDP related functionality in libc, but then the app could still circumvent it by using raw syscalls.

from proxychains-ng.

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.