command socksify

Home Forums Discussions Support command socksify

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11867
    whisper
    Participant

      I have question when use socksify.
      I have my socks5 server example 198.xxx.xxx.xxx and port 80.
      What I should put command which open browser via socks5?

      according request input
      1.Local proxy server port
      2.Local SOCKS5 proxy port

      #11868
      Vadim Smirnov
      Keymaster

        Socksify is just a sample code which I created to forward selected application through the SSH session disposing the dynamic port (-D 8888). So,

        1. It can be any unused local TCP port. Local transparent proxy will use it to listen for incoming connections.
        2. This is the local SOCKS5 proxy port (for example, 8888 for ssh hostname -D 8888). Application always (hardcoded) assumes that you have SOCKS5 proxy running on 127.0.0.1.

        If you would like to use SOCKS5 proxy running on the different host then just change the 127.0.0.1 in socksify.cpp:143 to the IP address of your SOCKS proxy ( 198.xxx.xxx.xxx) or make it an input parameter.

        #11943
        tanadonit
        Participant

          Socksify can support authentication socks5 dante server?
          user:password:server:port

          #11944
          Vadim Smirnov
          Keymaster

            Socksify was designed to be easy to understand, and it implements only a limited number of features. SOCKS5 password authentication is not supported, but it is not a big deal to add it if needed.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.