socksproxy | Simple SOCKS proxy via SSH and iptables | Proxy library

 by   binwiederhier Shell Version: v0.1.2 License: No License

kandi X-RAY | socksproxy Summary

kandi X-RAY | socksproxy Summary

socksproxy is a Shell library typically used in Networking, Proxy applications. socksproxy has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Much like a regular HTTP(S) proxy, a SOCKS proxy can be used to redirect/tunnel traffic through a certain server. This is useful if you want to circumvent country or content-based Internet filtering or access blocked content, e.g., by governments, workplaces, schools, and country-specific web services. Unlike HTTP(S) proxies, however, SOCKS operates on a lower level and can hence also used for other protocols (e.g. FTP, SMTP, ..).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              socksproxy has a low active ecosystem.
              It has 18 star(s) with 3 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of socksproxy is v0.1.2

            kandi-Quality Quality

              socksproxy has no bugs reported.

            kandi-Security Security

              socksproxy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              socksproxy does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              socksproxy releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of socksproxy
            Get all kandi verified functions for this library.

            socksproxy Key Features

            No Key Features are available at this moment for socksproxy.

            socksproxy Examples and Code Snippets

            No Code Snippets are available at this moment for socksproxy.

            Community Discussions

            QUESTION

            error when running python asyncio socks proxy server in a thread
            Asked 2022-Mar-21 at 00:24

            I am using python3 asyncio_socks_server library to run a socks proxy, my program is supposed to run a socks proxy in a thread and an HTTP server on another thread then continue execution. Here is my socks_proxy.py:

            ...

            ANSWER

            Answered 2022-Mar-21 at 00:24

            To anyone who ever faces this problem, it worked fine when I used multiprocessing:

            Source https://stackoverflow.com/questions/71348604

            QUESTION

            How can I set socks4 proxy for selenium?
            Asked 2021-Jan-29 at 01:02

            i need to set socks version 4 but i have a lot of search but i can't find my answer. finally i wrote this codes but i get error

            ...

            ANSWER

            Answered 2021-Jan-28 at 22:10
            PROXY = "127.0.0.1:9150"
            webdriver.DesiredCapabilities.CHROME['proxy'] = {
                "httpProxy": PROXY,
                "ftpProxy": PROXY,
                "sslProxy": PROXY,
                "proxyType": "MANUAL",
                "socksProxy": PROXY,
                "socksVersion":5
            
            }
            

            Source https://stackoverflow.com/questions/65945281

            QUESTION

            PHP Selenium Firefox browser Proxy socks5
            Asked 2020-Dec-08 at 15:49

            How to setup proxy settings for Firefox browser, because I reader few resources and I'm still unable to setup that proxy, only HTTP, https, ftp proxy is working but I need socks5. This is the info for PHP https://github.com/php-webdriver/php-webdriver/wiki/HowTo-Work-with-proxy this is the info about desiredCapabilities https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities#proxy-json-object

            when I initialize Firefox like this:

            ...

            ANSWER

            Answered 2020-Dec-08 at 15:49

            QUESTION

            SocketImpl and JUnit/Gradle
            Asked 2020-May-19 at 13:00

            I'm trying to make Socks v4 work out of the box in java.net, and I seem to have succeeded! Roughtly the code that I'm using is this:

            ...

            ANSWER

            Answered 2020-May-19 at 13:00

            Well, it took me way too much time to figure it out, but I did. My initial goal was to test my Socks v4 server code, but there were two problems on my way:

            1) Even though Java Socket has support for Socks v4 as client, it is not enabled by default. And there is no way to flip the toggle.

            2) Having solved #1, I tried to write E2E test to smoke the whole thing, but for some reason it was avoiding going into the Socks proxy, even though the toggle (useV4) was true. This is what I came with here on SO.

            To solve the first problem, I implemented SocketImplFactory (see above in the question). What helped to tackle the topic question was my admin background, even though it didn't kick in until recently. :) I separated the original suspects (JUnit and Gradle) and made the test in a standalone psvm file. The test didn't work, it still avoided going through the proxy. And this is when it hit me: exception for localhost!

            Basically, there is a hardcoded exception for localhost(127.0.0.1, ::, etc) deep in Java core library. After some searching I came across DsocksNonProxyHosts option. Which didn't help, as you might have guessed already :) Eventually I ended up at this answer, which mentioned that I might need to implement ProxySelector. Which I did:

            Source https://stackoverflow.com/questions/61160871

            QUESTION

            Selenium Python Running a Browser with a Proxy
            Asked 2020-Apr-07 at 17:42

            I am trying to write a very simple script that takes a proxy (that does not need authentication) from a txt file and opens a browser with it, and then loops this action for a certain amount of times going down the proxy list. I do know how to open a txt file and use it, my main problem is getting the proxies to work. I have seen similar questions asked and I have taken the solutions and tried them, and I can get them to run without errors but the browser opens and there is no proxy. I am sure this is a very simple task, but I am very new to python and I have not gotten it to work. Thanks!

            This is what I used; there are no errors but when the browser opens in IP chicken it shows my IP, not the proxy (this is just for 1 browser not the loop I was talking about):

            ...

            ANSWER

            Answered 2020-Apr-07 at 17:42

            Why not just pass the proxy as a CL argument?

            Source https://stackoverflow.com/questions/61085995

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install socksproxy

            Dependencies are openssh-server and iptables, so be sure to have those installed.
            Either download a .deb-file from the release page
            Or: Add my Debian/APT archive:
            To build the .deb archive yourself, run the following commands:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/binwiederhier/socksproxy.git

          • CLI

            gh repo clone binwiederhier/socksproxy

          • sshUrl

            git@github.com:binwiederhier/socksproxy.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Proxy Libraries

            frp

            by fatedier

            shadowsocks-windows

            by shadowsocks

            v2ray-core

            by v2ray

            caddy

            by caddyserver

            XX-Net

            by XX-net

            Try Top Libraries by binwiederhier

            ntfy

            by binwiederhierGo

            ntfy-android

            by binwiederhierKotlin

            pcopy

            by binwiederhierGo

            replbot

            by binwiederhierGo

            ntfy-ios

            by binwiederhierSwift