[tor-bugs] #8860 [Flashproxy]: Registration over App Engine

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat May 11 11:37:07 UTC 2013


#8860: Registration over App Engine
------------------------+---------------------------------------------------
 Reporter:  dcf         |          Owner:  dcf         
     Type:  project     |         Status:  needs_review
 Priority:  major       |      Milestone:              
Component:  Flashproxy  |        Version:              
 Keywords:              |         Parent:              
   Points:              |   Actualpoints:              
------------------------+---------------------------------------------------

Comment(by asn):

 Oh there is codez here. Nice!

 Some comments on the code:
 - You can just connect to 'https://www.google.com' instead of
 'https://www.google.com/ip' and
 `urlparse.urljoin("https://www.google.com/reg/", reg)`.

 - Exception handling in `get_external_ip()` is kind of crude. Also, its
 callers are not prepared for it returning None.

 - Can we use flashproxy's normal `parse_addr_spec()`?

 BTW, while this script will work great for now, an adversary might be able
 to block it by detecting the SSL handshake of urllib2, in the same way as
 they currently do for Tor. Maybe the next step is to build a Firefox addon
 that does the registration through https://google.com?

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8860#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list