Vadim Smirnov

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 1,474 total)
  • Author
    Posts
  • in reply to: WireSock uninstallation incomplete #13726
    Vadim Smirnov
    Keymaster

      I believe the NDIS filter driver is uninstalled, and it should be safe to remove the binary files and/or registry keys, though these are unlikely to cause any issues. What about the WireSock virtual network adapter? Was it removed from Devices as well?

      Vadim Smirnov
      Keymaster

        PostUp => start SOCKS5 local proxy server
        PreDown/PostDown => stop SOCKS5 local proxy server

        This also looks like an interesting possibility 🤔

        Vadim Smirnov
        Keymaster

          You can bind the local SOCKS5 proxy application to the WireSock network interface, following the same steps outlined for qBittorrent in this post. After that, add it to AllowedApps. This approach will meet all your requirements.

          in reply to: WireSock uninstallation incomplete #13718
          Vadim Smirnov
          Keymaster

            It might have been a system glitch, and the NDIS filter driver wasn’t fully uninstalled. Please check if the filter driver is still visible in the network connection properties and try uninstalling it from there.

            in reply to: Packet filter GoLang #13716
            Vadim Smirnov
            Keymaster

              I’m sorry, but while I know that one of our customers used Windows Packet Filter with GoLang, I have not created any samples myself.

              in reply to: WireSock uninstallation incomplete #13715
              Vadim Smirnov
              Keymaster

                Hmm, it looks like something went wrong. After rebooting, do you see any remaining artifacts?

                in reply to: WireSock uninstallation incomplete #13712
                Vadim Smirnov
                Keymaster

                  Could you please run CMD as an Administrator and execute the following commands to uninstall the drivers:

                  
                  netcfg -v -u nt_ndiswgc
                  devcon.exe remove wiresock
                  

                  To completely remove the drivers from the system, you can also execute the following:

                  
                  cd C:/Windows/Inf
                  pnputil /delete-driver oem57.inf -force
                  pnputil /delete-driver oem35.inf -force
                  

                  Please let me know if any errors occur during this process.

                  Vadim Smirnov
                  Keymaster

                    If you set up a local SOCKS5 proxy on your machine and add its name to AllowedApps, it will function equivalently to WARP Proxy mode.

                    in reply to: WireSock uninstallation incomplete #13709
                    Vadim Smirnov
                    Keymaster

                      I performed a quick install/uninstall test on Windows 11 23H2 x64 using winget to ensure everything works as expected. All driver components were removed correctly.
                      If you can collect the MSI installer logs, I can investigate and try to determine what went wrong.

                      in reply to: WireSock uninstallation incomplete #13708
                      Vadim Smirnov
                      Keymaster

                        This is unusual; it seems the uninstallation process encountered an issue. Typically, reinstalling WireSock, rebooting, then uninstalling it again and rebooting once more resolves the problem. Additionally, if WireSock was installed as a Windows service, consider stopping and uninstalling the service before uninstalling the software.

                        in reply to: WireSock uninstallation incomplete #13706
                        Vadim Smirnov
                        Keymaster

                          WireSock uninstall removes all components, but under some circumstances, a reboot may be required afterward. For example, some components may be marked for deletion but not immediately removed.

                          in reply to: DNS not being set correctly #13697
                          Vadim Smirnov
                          Keymaster

                            Thank you for the detailed explanation. I will conduct a more thorough analysis. However, I have a hypothesis. It seems the system might prefer using IPv6 DNS over IPv4, which could be causing the behaviour you’re observing. Could you please perform a quick test? Disable the IPv6 protocol on your network interface in the Control Panel connection properties and check if it makes a difference.

                            in reply to: DNS not being set correctly #13695
                            Vadim Smirnov
                            Keymaster

                              I apologize for the delay; I’ve been quite overloaded these past few weeks. Could you please provide a detailed description of the issue? In the logs I previously reviewed, I did not notice any problems. However, I suspect that sending DNS queries to different DNS servers could cause issues with CDN-based services. I need a detailed description, preferably with screenshots or a video recording of the problem, as well as the WireSock textual log and PCAP files. This will allow me to conduct a thorough analysis.

                              in reply to: Socksify or Proxifyre not tunneling without error #13692
                              Vadim Smirnov
                              Keymaster

                                Could you please disable Windows Firewall (or any other firewall you might have) and check if the issue persists?

                                in reply to: ProxiFyre, Get IPHeader information #13688
                                Vadim Smirnov
                                Keymaster

                                  The file tcp_local_redirect.h reroutes selected outgoing connections to a local proxy and can be modified to redirect these packets to a remote host. However, it does not incorporate any SOCKS5 protocol logic. I should note that I may not fully understand your requirements, as forwarding entire IP packets is typically utilized in various types of tunnels rather than in proxies.

                                Viewing 15 posts - 61 through 75 (of 1,474 total)