baptx
baptx
All class variables are not obfuscated, even if it is not static. For example in the obfuscated code I still have `private $pluginPath` and `$this->pluginPath`. Will you fix it or...
Would it be possible to create a script that will replace the Android app so we don't need to use it with WhatsApp Web? I created an issue on yowsup...
I have the same issue (Hmac mismatch), I cannot decrypt WebSocket messages with this code: https://pastebin.com/hNBeEqgv Does someone have an idea how to fix the issue? Update: To make the...
I have the same issue, it looks like some data is not supported, for example when loading or sending messages (I tested in a group). Here is an example of...
@rofl0r I prefer to avoid sharing my IP address publicly but I checked Wireshark when doing the curl request and there are only DNS requests made, nothing else so it...
@rofl0r I was sniffing on `eth1` and now when I try on `lo` interface, I can see TCP requests and an HTTP 403 forbidden response from my local squid proxy...
@rofl0r Thanks for your help, I used the default configuration of squid. In fact I have to use the squid proxy server of a company where I don't have control...
I managed to fix the problem on my local squid proxy by commenting `http_access deny CONNECT !SSL_ports` in `/etc/squid/squid.conf` like explained by other people who had the problem: https://stackoverflow.com/questions/10895711/squid-proxy-howto-allow-tcp-connect-getting-tcp-denial-400-with-err-invalid We...
Should I also copy the other issue I reported on the old repository https://github.com/haad/proxychains/issues/80 to this one?
I noticed there is already an issue for this: https://github.com/rofl0r/proxychains-ng/issues/25 Maybe you can reopen the issue so it will be more visible as a feature request if someone wants to...