[tor-bugs] #8319 [Flashproxy]: Check if flashproxy-client.exe works on Windows XP

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Feb 24 07:48:35 UTC 2013


#8319: Check if flashproxy-client.exe works on Windows XP
------------------------+---------------------------------------------------
 Reporter:  dcf         |          Owner:  dcf     
     Type:  defect      |         Status:  assigned
 Priority:  normal      |      Milestone:          
Component:  Flashproxy  |        Version:          
 Keywords:              |         Parent:          
   Points:              |   Actualpoints:          
------------------------+---------------------------------------------------

Comment(by kenwoo):

 Replying to [comment:8 dcf]:
 > Replying to [comment:7 kenwoo]:
 > > Http method is not working, here is the log file:
 > > 2013-02-24 14:49:44 VERSION 1
 > > 2013-02-24 14:49:44 Listening remote on 0.0.0.0:9001.
 > > 2013-02-24 14:49:44 Listening local on 127.0.0.1:2598.
 > > 2013-02-24 14:49:44 CMETHOD websocket socks4 127.0.0.1:2598
 > > 2013-02-24 14:49:44 CMETHODS DONE
 > > 2013-02-24 14:49:49 Local connection from [scrubbed].
 > > 2013-02-24 14:49:49 Trying to register "0.0.0.0:9001".
 > > 2013-02-24 14:49:49 Running command: D:\hu_file\download\GoogleIP
 Proxy\Tor Browser FLash\App\flashproxy-reg-http 0.0.0.0:9001
 > > 2013-02-24 14:49:49 SOCKS request from [scrubbed].
 > > 2013-02-24 14:49:49 Got SOCKS request for [scrubbed].
 > > 2013-02-24 14:49:49 locals  (1): ['[scrubbed]']
 > > 2013-02-24 14:49:49 remotes (0): []
 > > 2013-02-24 14:49:49 Data from unlinked local [scrubbed] (226 bytes).
 > > 2013-02-24 14:49:49 locals  (1): ['[scrubbed]']
 > > 2013-02-24 14:49:49 remotes (0): []
 > > 2013-02-24 14:49:51 flashproxy-reg-http: Registered "0.0.0.0:9001"
 with https://tor-facilitator.bamsoftware.com/.
 >
 > Okay. I see a problem. There is a bug in `flashproxy-client` that we
 need to fix. It should not be taking 0.0.0.0 for the registration address.
 You can work around it by putting your real external IP address in
 `--register-addr`. For example,
 > {{{
 > ClientTransportPlugin websocket exec flashproxy-client --register :0
 0.0.0.0:9001 --register-addr 1.2.3.4 --register-methods http --log
 flashproxy-client.txt
 > }}}
 > Replace "1.2.3.4" with your external IP address.
 >
 > > BTW, I just modified XP hosts file, 173.194.79.109 smtp.gmail.com,
 trying to connect smtp server, and I switched register method to email
 method (ClientTransportPlugin websocket exec flashproxy-client --register
 :0 0.0.0.0:9001 --register-addr :9001 --log flashproxy-client.txt),  get
 the log file:
 > >
 > > ...
 > > 2013-02-24 15:02:15 flashproxy-reg-email: Failed to register: Public
 key does not match pin: got a5ba9523f2dc350a51ef72d87d1c3ad3cbaf12ce but
 expected 1926a5cb3fd7e48328188946e73ade84f55787dc
 > > 2013-02-24 15:02:15 flashproxy-reg-email exited with status 1.
 >
 > Using the IP address of smtp.gmail.com probably will not work.
 smtp.gmail.com is the SMTP server for Google customers to send mail
 --gmail-smtp-in.l.google.com is the SMTP server that receives mail. Please
 see comment:2:ticket:6383.



 Http method works now, thank you. (a.b.c.d is my ip)
 Abour email method, actually my hosts file has many lines about google
 mail server.
        (173.194.79.108  gmail-imap.l.google.com
         173.194.79.108  gmail-pop.l.google.com
         173.194.79.108  gmail-smtp.l.google.com
         173.194.79.108  gmail-smtp-in.l.google.com
         173.194.79.108  gmail-smtp-msa.l.google.com
         173.194.79.108  gmr-smtp-in.l.google.com
         173.194.79.108  googlemail-imap.l.google.com
         173.194.79.108  googlemail-pop.l.google.com
         173.194.79.108  googlemail-smtp.l.google.com
         173.194.79.108  imap.gmail.com
         173.194.79.108  pop.gmail.com
         173.194.79.108  smtp.gmail.com
         173.194.79.108  imap.googlemail.com
         173.194.79.108  pop.googlemail.com
         173.194.79.108  smtp.googlemail.com
         173.194.79.108  smtp1.google.com
         173.194.79.108  smtp3.google.com
         173.194.79.108  smtp-out.google.com
         173.194.79.108  smtp-out3.google.com
         173.194.79.108  mail-attachment.googleusercontent.com
         173.194.79.108  gmail-smtp-in.l.google.com
         173.194.79.108  alt1.gmail-smtp-in.l.google.com
         173.194.79.108  alt2.gmail-smtp-in.l.google.com
         173.194.79.108  alt3.gmail-smtp-in.l.google.com
         173.194.79.108  alt4.gmail-smtp-in.l.google.com)
 But email method is not working.


 Here is the log:
 2013-02-24 15:40:32 VERSION 1
 2013-02-24 15:40:32 Listening remote on 0.0.0.0:9001.
 2013-02-24 15:40:32 Listening local on 127.0.0.1:1554.
 2013-02-24 15:40:32 CMETHOD websocket socks4 127.0.0.1:1554
 2013-02-24 15:40:32 CMETHODS DONE
 2013-02-24 15:40:36 Local connection from [scrubbed].
 2013-02-24 15:40:36 Trying to register "a.b.c.d:9001".
 2013-02-24 15:40:36 Running command: D:\hu_file\download\GoogleIP
 Proxy\Tor Browser FLash\App\flashproxy-reg-email a.b.c.d:9001
 2013-02-24 15:40:37 SOCKS request from [scrubbed].
 2013-02-24 15:40:37 Got SOCKS request for [scrubbed].
 2013-02-24 15:40:37 locals  (1): ['[scrubbed]']
 2013-02-24 15:40:37 remotes (0): []
 2013-02-24 15:40:37 Data from unlinked local [scrubbed] (229 bytes).
 2013-02-24 15:40:37 locals  (1): ['[scrubbed]']
 2013-02-24 15:40:37 remotes (0): []
 2013-02-24 15:40:44 flashproxy-reg-email: Failed to register: Public key
 does not match pin: got a5ba9523f2dc350a51ef72d87d1c3ad3cbaf12ce but
 expected 1926a5cb3fd7e48328188946e73ade84f55787dc
 2013-02-24 15:40:44 flashproxy-reg-email exited with status 1.
 2013-02-24 15:40:44 Running command: D:\hu_file\download\GoogleIP
 Proxy\Tor Browser FLash\App\flashproxy-reg-http a.b.c.d:9001
 2013-02-24 15:40:59 flashproxy-reg-http: Registered "a.b.c.d:9001" with
 https://tor-facilitator.bamsoftware.com/.
 2013-02-24 15:41:19 Remote connection from [scrubbed].
 2013-02-24 15:41:19 Data from WebSocket-pending [scrubbed].
 2013-02-24 15:41:19 locals  (1): ['[scrubbed]']
 2013-02-24 15:41:19 remotes (1): ['[scrubbed]']
 2013-02-24 15:41:19 Linking [scrubbed] and [scrubbed].
 2013-02-24 15:41:20 Remote connection from [scrubbed].
 2013-02-24 15:41:20 Data from WebSocket-pending [scrubbed].
 2013-02-24 15:41:20 locals  (1): ['[scrubbed]']
 2013-02-24 15:41:20 remotes (2): ['[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:22 Remote connection from [scrubbed].
 2013-02-24 15:41:22 Data from WebSocket-pending [scrubbed].
 2013-02-24 15:41:22 locals  (1): ['[scrubbed]']
 2013-02-24 15:41:22 remotes (3): ['[scrubbed]', '[scrubbed]',
 '[scrubbed]']
 2013-02-24 15:41:23 Remote connection from [scrubbed].
 2013-02-24 15:41:23 Data from WebSocket-pending [scrubbed].
 2013-02-24 15:41:23 locals  (1): ['[scrubbed]']
 2013-02-24 15:41:23 remotes (4): ['[scrubbed]', '[scrubbed]',
 '[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:25 Remote connection from [scrubbed].
 2013-02-24 15:41:25 Data from WebSocket-pending [scrubbed].
 2013-02-24 15:41:25 locals  (1): ['[scrubbed]']
 2013-02-24 15:41:25 remotes (5): ['[scrubbed]', '[scrubbed]',
 '[scrubbed]', '[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:26 Remote connection from [scrubbed].
 2013-02-24 15:41:26 Data from WebSocket-pending [scrubbed].
 2013-02-24 15:41:26 locals  (1): ['[scrubbed]']
 2013-02-24 15:41:26 remotes (6): ['[scrubbed]', '[scrubbed]',
 '[scrubbed]', '[scrubbed]', '[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:27 Local connection from [scrubbed].
 2013-02-24 15:41:28 SOCKS request from [scrubbed].
 2013-02-24 15:41:28 Got SOCKS request for [scrubbed].
 2013-02-24 15:41:28 locals  (2): ['[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:28 remotes (6): ['[scrubbed]', '[scrubbed]',
 '[scrubbed]', '[scrubbed]', '[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:28 Linking [scrubbed] and [scrubbed].
 2013-02-24 15:41:33 Remote connection from [scrubbed].
 2013-02-24 15:41:33 Data from WebSocket-pending [scrubbed].
 2013-02-24 15:41:33 locals  (2): ['[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:33 remotes (7): ['[scrubbed]', '[scrubbed]',
 '[scrubbed]', '[scrubbed]', '[scrubbed]', '[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:34 Remote connection from [scrubbed].
 2013-02-24 15:41:34 Data from WebSocket-pending [scrubbed].
 2013-02-24 15:41:34 locals  (2): ['[scrubbed]', '[scrubbed]']
 2013-02-24 15:41:34 remotes (8): ['[scrubbed]', '[scrubbed]',
 '[scrubbed]', '[scrubbed]', '[scrubbed]', '[scrubbed]', '[scrubbed]',
 '[scrubbed]']
 2013-02-24 15:42:35 EOF from local [scrubbed].

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


More information about the tor-bugs mailing list