[tor-bugs] #9221 [Obfsproxy]: obfsproxy does not have a SOCKS5 listener

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Mar 10 23:05:27 UTC 2014


#9221: obfsproxy does not have a SOCKS5 listener
---------------------------+------------------------------
     Reporter:  JBennett   |      Owner:  asn
         Type:  defect     |     Status:  needs_review
     Priority:  normal     |  Milestone:
    Component:  Obfsproxy  |    Version:  Obfsproxy: 0.1.4
   Resolution:             |   Keywords:
Actual Points:             |  Parent ID:
       Points:             |
---------------------------+------------------------------

Comment (by asn):

 During testing of the external mode I got:
 {{{
   File "/home/doge/obfsproxy/obfsproxy/network/socks.py", line 86, in
 __init__
     self.ACCEPTABLE_CMDS.remove(socks5._SOCKS_CMD_BIND)
 exceptions.ValueError: list.remove(x): x not in list
 }}}

 Seems like you remove the stuff once, so next time you have nothing to
 remove.

 BTW, do you actually need to remove them dynamically? Maybe you can just
 strip them off `ACCEPTABLE_CMDS` entirely; we don't particularly care
 about implementing them anyway.

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


More information about the tor-bugs mailing list