AnonSurf VS fetch-some-proxies

Compare AnonSurf vs fetch-some-proxies and see what are their differences.

AnonSurf

Change your IP address instantly - easy small GUI tool for Windows (linux soon) (by ultrafunkamsterdam)

fetch-some-proxies

Simple Python script for fetching "some" (usable) proxies (by stamparm)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
AnonSurf fetch-some-proxies
2 2
168 564
- -
0.0 0.0
almost 4 years ago about 1 year ago
Python Python
GNU Affero General Public License v3.0 -
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.

AnonSurf

Posts with mentions or reviews of AnonSurf. We have used some of these posts to build our list of alternatives and similar projects.
  • Internet Cafe Simulator
    1 project | /r/FreeGamesOnSteam | 2 Nov 2022
    I used anonsurf and got it in less than a minute. You don't need to download any sus vpn app or addon, just download anonsurf, it's a well known tool used for anon surfing in parrot linux. For windows users you can download it here: https://github.com/ultrafunkamsterdam/AnonSurf For those who don't know how to download from git just click on the green "Code" button and then "Download Zip". After downloading it just execute AnonSurf.exe and done. You can check your IP in https://whatismyipaddress.com
  • Tor Relay all your bandwidth threw tor
    1 project | /r/privacy | 16 Feb 2021

fetch-some-proxies

Posts with mentions or reviews of fetch-some-proxies. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-11.
  • all my homies hate mega & rapidgator for the bandwidth limitations
    5 projects | /r/Piracy | 11 Apr 2022
    Also useful: https://github.com/stamparm/fetch-some-proxies
  • Fetching free proxy IPs and fuzzy searching by country to facilitate editing proxychains.conf?
    1 project | /r/commandline | 14 Jun 2021
    #!/usr/bin/env sh # This script fetches free proxies using https://github.com/stamparm/fetch-some-proxies # and appends them in the correct format at the end # of /etc/proxychains.conf for use with proxychains. # # Use `fzproxy.sh --country=germany` to list and append # only German proxies. All fetch-some-proxies flags can # be used as fzproxy.sh flags in the same way. # # The script assumes that the fetch-some-proxies executable # (fetch.py) is located in $HOME/Projects/fetch-some-proxies, # edit line 20 to change that if required. # # Before first use, you may need to edit /etc/proxychains.conf # to comment out or delete all default proxies and add a new # line at the end containing `### FZPROXY.SH`, which will be # used as a hook for appending new proxies. python3 $HOME/Projects/fetch-some-proxies/fetch.py --raw "$1" | fzf -m | tee /tmp/proxytemp sed -i 's/\:\/\// /' /tmp/proxytemp sed -i 's/\:/ /' /tmp/proxytemp sed -e '/FZPROXY.SH/,+200d' /etc/proxychains.conf | sudo tee /etc/proxychains.conf > /dev/null printf "### FZPROXY.SH\n" | sudo tee -a /etc/proxychains.conf > /dev/null cat /tmp/proxytemp | sudo tee -a /etc/proxychains.conf > /dev/null printf "Success ▶ /etc/proxychains' proxy list now replaced with:\n" grep -A200 'FZPROXY.SH' /etc/proxychains.conf | tee -a

What are some alternatives?

When comparing AnonSurf and fetch-some-proxies you can also consider the following projects:

TorghostNG - TorghostNG - Make your internet traffic anonymized through Tor network and Privoxy. Rewritten from TorGhost with Python 3

megabasterd - Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.

Torlin - Makes your browsing private using the Tor network.

quarry - Python library that implements the Minecraft network protocol and data types

anon_requests - anonymous requests

mapproxy - MapProxy is a tile cache and WMS proxy

buoyboy - A better way to digest NOAA Buoy Data

1fichier-dl - 1Fichier Download Manager.

py-ipv8 - Python implementation of Tribler's IPv8 p2p-networking layer

mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

websockify - Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.