asyncio-socks-server VS TREVORproxy

Compare asyncio-socks-server vs TREVORproxy and see what are their differences.

asyncio-socks-server

A SOCKS proxy server implemented with the powerful python cooperative concurrency framework asyncio. (by Amaindex)

TREVORproxy

A SOCKS proxy written in Python that randomizes your source IP address. Round-robin your evil packets through SSH tunnels or give them billions of unique source addresses! (by blacklanternsecurity)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
asyncio-socks-server TREVORproxy
2 1
188 175
- 4.6%
0.6 4.7
about 2 months ago 3 months ago
Python Python
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

asyncio-socks-server

Posts with mentions or reviews of asyncio-socks-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-29.
  • How are Vpns blocked?
    2 projects | /r/hacking | 29 Dec 2022
    I found this one though can’t guarantee anything https://github.com/Amaindex/asyncio-socks-server

TREVORproxy

Posts with mentions or reviews of TREVORproxy. We have used some of these posts to build our list of alternatives and similar projects.
  • Cloudflare servers don't own IPs now, so how do they connect to the Internet?
    1 project | news.ycombinator.com | 25 Nov 2022
    I was surprised IPv6 was only briefly mentioned! Is that something you're looking at next, or are you already running an IPv6 egress network?

    Of course it won't work on every website, but I assume you could avoid the port slicing since you can encode the same information into the IP addres itself.

    I've seen this idea used as a cool trick [0] to implement a SOCKS proxy that randomizes outbound IPv6 address to be within a publicly routed prefix for the host (commonly a /64).

    I guess as long as you need to support IPv4, then port slicing is a requirement and IPv6 won't confer much benefit. (Maybe it could help alleviate port exhaustion if IPv6 addresses can use dynamic ports from any slice?)

    Either way, thanks for the blog post, I enjoyed it!

    [0] https://github.com/blacklanternsecurity/TREVORproxy

What are some alternatives?

When comparing asyncio-socks-server and TREVORproxy you can also consider the following projects:

python-proxy - HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.

sx - :vulcan_salute: Fast, modern, easy-to-use network scanner

python - Official Python Library for IPinfo API (IP geolocation and other types of IP data)

cloudproxy - Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success.

hasty-paste - A fast and minimal paste bin.

mitm - 👨🏼‍💻 ‎‎‎‏‏ A customizable man-in-the-middle TCP intercepting proxy.

gobetween - :cloud: Modern & minimalistic load balancer for the Сloud era

pytradfri - IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.

Asyncio-TCP - TCP chat server I'm working on.