[tor-talk] Node Selection Parameters [re: YouTube Censored Tor]

2019-11-07 Thread grarpamp
On 11/7/19, Joe  wrote:
> Often the new exit circuits countries are the same as the one they
> complained about
> getting a lot of requests from certain exits

Well tor tends to focus weight on some exits,
so NEWNYM circuit not always work to avoid
"Too Many Requests" type of braindead censoring.

Exit country restriction still subject to weighting
within that, so might not often help.

Users can search and MAPADDRESS to an exit,
but they are then parked the service to that one exit.

So tor needs MAPADDRESS function to handle across
multiple specified exits, in order to maintain tor's
auto hopping around exits every so often.

Tor doesn't make it easy for users to manage their exits.
Tor doesn't know best for all.

There are no configurable parameters to make general
algorithm choices, such as true random, optional recycling,
subscriptions API, etc as needed.

Pentesters cannot even mapaddress their own CIDR blocks yet.
And nobody has even made Sybil hunting and or
whitelist node projects yet.

> lot of requests at a given time

Google YouTube is corporate colossus, it's tubes
and systems are the top 10 fattest of the planet.
They could whitelist all of tor and be perfectly fine,
not even a percent compared to global clearnet traffic.
Yet they feel need to beat up and block little tor?
For what? Some comparative amount of pithy "fuck you / Google"
comments on their social credit scoring platform.


Anyway, YouTube downloaders exist, and they have options
to reduce the downloads to useful and exit friendly sizes :)

Have fun.
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] YouTube Censored Tor

2019-11-07 Thread Joe

On 11/6/19 11:48 PM, grarpamp wrote:

WARNING: unable to download video info webpage: HTTP Error 429: Too
Many Requests
"Sorry for the interruption. We have been receiving a large volume of
requests from your network.
To continue with your YouTube experience, please fill out...

I've actually seen that for a while.  Fortunately, it usually only takes
me 1 or 2 new circuits to get going.
Often the new exit circuits countries are the same as the one they
complained about (but obviously not same IPa).
So maybe they are getting a lot of requests from certain exits, at a
given time.

Some days recently, I've stayed on YT for quite a while & they never
complained, so it's certainly not the Tor network.  But I excluded some
countries in torrc that have a worse than avg reputation as bad actors -
in general, not just using TBB.
--
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] YouTube Censored Tor

2019-11-07 Thread grarpamp
On 11/7/19, bo0od  wrote:
> use invidio.us or invidious instances.

https://github.com/omarroth/invidious
https://github.com/omarroth/invidious/wiki/Invidious-Instances

Cool, but don't want to soak up some nice volunteers
proxy bandwidth/$ on unimportant cat videos, so will
wait for Google's YouTube to stop being retarded assholes.

Google won't even let you watch that stupid "Dua Lipa"
popvertising mindnumbing brainwashing programming
"music" video they've been artificially promoting and ranking
on their front page for a week. 20 Million drooling idiots already
did that, and 120M did last weeks pump, no wonder, lol.

"
WARNING: unable to download video info webpage: HTTP Error 429: Too
Many Requests
Sorry for the interruption. We have been receiving a large volume of
requests from your network. To continue with your YouTube experience,
please fill out the form below.
"

It's a global access block, not dependant upon busy popularity
or content, even fun niche are being censored from you...

https://www.youtube.com/watch?v=Lqu_6qJAIGw
https://www.youtube.com/watch?v=wge0rMHcP2Y
https://www.youtube.com/watch?v=WnuFIFU4l3M

The YouTube "experience" sucks.
There is no reason such centralized legacy services need exist.

If people wake up and just create and use them, overlay
video sharing services will be decentralized and distributed,
encrypted, uncensorable, not-demonetized, not-deranked, etc.
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] How to configure Tor for use a built-in bridg

2019-11-07 Thread Jason Long
Thank you, but the Tor is censored and with Tor-Browser and built-in 
bridge(obfs4) I can open Tor, but with Tor CLI I can't. It just has %45 
progress.I copied the torrc from Tor-Browser into "/etc/tor" but not worked :(

Sent from Yahoo Mail on Android 
 
  On Wed, Nov 6, 2019 at 12:35 PM, Jonathan Marquardt wrote: 
  On Sun, Nov 03, 2019 at 01:10:39PM +, Jason Long wrote:
> Hello,I installed Tor on Debian 10.1 x86_64 and I want to configure 
> "/etc/tor/torrc" for use built-in bridge obfs4.An idea?

Run (as root):

# apt install obfs4proxy

Add the following lines to torrc:

UseBridges 1
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy

Then, you need to add some further bridge lines. I recommend that you don't 
use the "built-in bridges" (they're only built into Tor Browser, not into Tor 
itself), as you need to add the bridges manually anyways. I recommend that you 
go to https://bridges.torproject.org/ and get yourself some bridge 
configuration lines.

Then, add your bridge lines to torrc, but add the string "Bridge " to the 
beginning to each of your lines.

So it looks like this:

Bridge obfs4 154.35.22.10:15937 8FB9F4319E89E5C6223052AA525A192AFBC85D55 
cert=GGGS1TX4R81m3r0HBl79wKy1OtPPNR2CZUIrHjkRg65Vc2VR8fOyo64f9kmT1UAFG7j0HQ 
iat-mode=0
Bridge obfs4 192.99.11.54:443 7B126FAB960E5AC6A629C729434FF84FB5074EC2 
cert=VW5f8+IBUWpPFxF+rsiVy2wXkyTQG7vEd+rHeN2jV5LIDNu8wMNEOqZXPwHdwMVEBdqXEw 
iat-mode=0
Bridge obfs4 109.105.109.165:10527 8DFCD8FB3285E855F5A55EDDA35696C743ABFC4E 
cert=Bvg/itxeL4TWKLP6N1MaQzSOC6tcRIBv6q57DYAZc3b2AzuM+/TfB7mqTFEfXILCjEwzVA 
iat-mode=1

If you really want to use the "built-in bridges", those lines can be found 
here: 
https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/Bundle-Data/PTConfigs/bridge_prefs.js

But again, I don't think you should.
-- 
OpenPGP Key: 47BC7DE83D462E8BED18AA861224DBD299A4F5F3
            https://www.parckwart.de/pgp_key  
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
On Sun, Nov 03, 2019 at 01:10:39PM +, Jason Long wrote:
> Hello,I installed Tor on Debian 10.1 x86_64 and I want to configure 
> "/etc/tor/torrc" for use built-in bridge obfs4.An idea?

Run (as root):

# apt install obfs4proxy

Add the following lines to torrc:

UseBridges 1
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy

Then, you need to add some further bridge lines. I recommend that you don't 
use the "built-in bridges" (they're only built into Tor Browser, not into Tor 
itself), as you need to add the bridges manually anyways. I recommend that you 
go to https://bridges.torproject.org/ and get yourself some bridge 
configuration lines.

Then, add your bridge lines to torrc, but add the string "Bridge " to the 
beginning to each of your lines.

So it looks like this:

Bridge obfs4 154.35.22.10:15937 8FB9F4319E89E5C6223052AA525A192AFBC85D55 
cert=GGGS1TX4R81m3r0HBl79wKy1OtPPNR2CZUIrHjkRg65Vc2VR8fOyo64f9kmT1UAFG7j0HQ 
iat-mode=0
Bridge obfs4 192.99.11.54:443 7B126FAB960E5AC6A629C729434FF84FB5074EC2 
cert=VW5f8+IBUWpPFxF+rsiVy2wXkyTQG7vEd+rHeN2jV5LIDNu8wMNEOqZXPwHdwMVEBdqXEw 
iat-mode=0
Bridge obfs4 109.105.109.165:10527 8DFCD8FB3285E855F5A55EDDA35696C743ABFC4E 
cert=Bvg/itxeL4TWKLP6N1MaQzSOC6tcRIBv6q57DYAZc3b2AzuM+/TfB7mqTFEfXILCjEwzVA 
iat-mode=1

If you really want to use the "built-in bridges", those lines can be found 
here: 
https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/Bundle-Data/PTConfigs/bridge_prefs.js

But again, I don't think you should.
-- 
OpenPGP Key: 47BC7DE83D462E8BED18AA861224DBD299A4F5F3
 https://www.parckwart.de/pgp_key-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] YouTube Censored Tor

2019-11-07 Thread Toptin
I've been having the same issue, but with a shorter message. Anyway, in
my case I simply close/start TBB. It worked for me because I work with
different FF profiles, hence I do not lose my work.

Regards.

grarpamp:
> WARNING: unable to download video info webpage: HTTP Error 429: Too
> Many Requests
> "Sorry for the interruption. We have been receiving a large volume of
> requests from your network.
> To continue with your YouTube experience, please fill out the
> impossible to complete and broken form below, and terminate all use of
> non-browser-based tools. Thanks, Google User Tracking, Reporting,
> Advertising, Datamining and Sharing Team"
> 


signature.asc
Description: OpenPGP digital signature
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] YouTube Censored Tor

2019-11-07 Thread Jason Evans
On Thu, 2019-11-07 at 00:48 -0500, grarpamp wrote:
> WARNING: unable to download video info webpage: HTTP Error 429: Too
> Many Requests
> "Sorry for the interruption. We have been receiving a large volume of
> requests from your network.

I'm seeing the same thing using "torsocks youtube-dl". It sounds like
they may be starting to block traffic from known exit nodes.
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] YouTube Censored Tor

2019-11-07 Thread bo0od
use invidio.us or invidious instances.

grarpamp:
> WARNING: unable to download video info webpage: HTTP Error 429: Too
> Many Requests
> "Sorry for the interruption. We have been receiving a large volume of
> requests from your network.
> To continue with your YouTube experience, please fill out the
> impossible to complete and broken form below, and terminate all use of
> non-browser-based tools. Thanks, Google User Tracking, Reporting,
> Advertising, Datamining and Sharing Team"
> 
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk