Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 6th, 2012  |  syntax: None  |  size: 24.07 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. return callWithContext({"system": lp}, func, *args, **kw)
  2.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  3.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  4.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  5.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  6.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  7.     return func(*args,**kw)
  8.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  9.     self._disconnectSelectable(selectable, why, method=="doRead")
  10.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  11.     selectable.connectionLost(f)
  12.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  13.     Connection.connectionLost(self, reason)
  14.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  15.     protocol.connectionLost(reason)
  16.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  17.     self.handleResponseEnd()
  18.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  19.     self.shutdown()
  20.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  21.     self.client.channel.transport.loseConnection()
  22. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  23. Traceback (most recent call last):
  24.   File "sslstrip.py", line 105, in main
  25.     reactor.run()
  26.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  27.     self.mainLoop()
  28.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  29.     self.doIteration(t)
  30.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  31.     _logrun(selectable, _drdw, selectable, method, dict)
  32. --- <exception caught here> ---
  33.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  34.     return callWithContext({"system": lp}, func, *args, **kw)
  35.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  36.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  37.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  38.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  39.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  40.     return func(*args,**kw)
  41.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  42.     self._disconnectSelectable(selectable, why, method=="doRead")
  43.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  44.     selectable.connectionLost(f)
  45.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  46.     Connection.connectionLost(self, reason)
  47.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  48.     protocol.connectionLost(reason)
  49.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  50.     self.handleResponseEnd()
  51.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  52.     self.shutdown()
  53.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  54.     self.client.channel.transport.loseConnection()
  55. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  56. Traceback (most recent call last):
  57.   File "sslstrip.py", line 105, in main
  58.     reactor.run()
  59.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  60.     self.mainLoop()
  61.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  62.     self.doIteration(t)
  63.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  64.     _logrun(selectable, _drdw, selectable, method, dict)
  65. --- <exception caught here> ---
  66.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  67.     return callWithContext({"system": lp}, func, *args, **kw)
  68.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  69.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  70.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  71.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  72.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  73.     return func(*args,**kw)
  74.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  75.     self._disconnectSelectable(selectable, why, method=="doRead")
  76.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  77.     selectable.connectionLost(f)
  78.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  79.     Connection.connectionLost(self, reason)
  80.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  81.     protocol.connectionLost(reason)
  82.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  83.     self.handleResponseEnd()
  84.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  85.     self.shutdown()
  86.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  87.     self.client.channel.transport.loseConnection()
  88. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  89. Traceback (most recent call last):
  90.   File "sslstrip.py", line 105, in main
  91.     reactor.run()
  92.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  93.     self.mainLoop()
  94.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  95.     self.doIteration(t)
  96.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  97.     _logrun(selectable, _drdw, selectable, method, dict)
  98. --- <exception caught here> ---
  99.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  100.     return callWithContext({"system": lp}, func, *args, **kw)
  101.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  102.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  103.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  104.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  105.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  106.     return func(*args,**kw)
  107.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  108.     self._disconnectSelectable(selectable, why, method=="doRead")
  109.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 250, in _disconnectSelectable
  110.     selectable.readConnectionLost(f)
  111.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 508, in readConnectionLost
  112.     self.connectionLost(reason)
  113.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  114.     Connection.connectionLost(self, reason)
  115.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  116.     protocol.connectionLost(reason)
  117.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  118.     self.handleResponseEnd()
  119.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 110, in handleResponseEnd
  120.     HTTPClient.handleResponseEnd(self)
  121.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 500, in handleResponseEnd
  122.     self.handleResponse(b)
  123.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 117, in handleResponse
  124.     self.shutdown()
  125.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  126.     self.client.channel.transport.loseConnection()
  127. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  128. Traceback (most recent call last):
  129.   File "sslstrip.py", line 105, in main
  130.     reactor.run()
  131.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  132.     self.mainLoop()
  133.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  134.     self.doIteration(t)
  135.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  136.     _logrun(selectable, _drdw, selectable, method, dict)
  137. --- <exception caught here> ---
  138.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  139.     return callWithContext({"system": lp}, func, *args, **kw)
  140.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  141.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  142.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  143.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  144.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  145.     return func(*args,**kw)
  146.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  147.     self._disconnectSelectable(selectable, why, method=="doRead")
  148.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  149.     selectable.connectionLost(f)
  150.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  151.     Connection.connectionLost(self, reason)
  152.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  153.     protocol.connectionLost(reason)
  154.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  155.     self.handleResponseEnd()
  156.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  157.     self.shutdown()
  158.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  159.     self.client.channel.transport.loseConnection()
  160. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  161. Traceback (most recent call last):
  162.   File "sslstrip.py", line 105, in main
  163.     reactor.run()
  164.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  165.     self.mainLoop()
  166.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  167.     self.doIteration(t)
  168.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  169.     _logrun(selectable, _drdw, selectable, method, dict)
  170. --- <exception caught here> ---
  171.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  172.     return callWithContext({"system": lp}, func, *args, **kw)
  173.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  174.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  175.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  176.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  177.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  178.     return func(*args,**kw)
  179.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  180.     self._disconnectSelectable(selectable, why, method=="doRead")
  181.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  182.     selectable.connectionLost(f)
  183.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  184.     Connection.connectionLost(self, reason)
  185.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  186.     protocol.connectionLost(reason)
  187.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  188.     self.handleResponseEnd()
  189.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  190.     self.shutdown()
  191.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  192.     self.client.channel.transport.loseConnection()
  193. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  194. Traceback (most recent call last):
  195.   File "sslstrip.py", line 105, in main
  196.     reactor.run()
  197.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  198.     self.mainLoop()
  199.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  200.     self.doIteration(t)
  201.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  202.     _logrun(selectable, _drdw, selectable, method, dict)
  203. --- <exception caught here> ---
  204.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  205.     return callWithContext({"system": lp}, func, *args, **kw)
  206.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  207.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  208.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  209.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  210.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  211.     return func(*args,**kw)
  212.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  213.     self._disconnectSelectable(selectable, why, method=="doRead")
  214.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  215.     selectable.connectionLost(f)
  216.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  217.     Connection.connectionLost(self, reason)
  218.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  219.     protocol.connectionLost(reason)
  220.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  221.     self.handleResponseEnd()
  222.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  223.     self.shutdown()
  224.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  225.     self.client.channel.transport.loseConnection()
  226. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  227. Traceback (most recent call last):
  228.   File "sslstrip.py", line 105, in main
  229.     reactor.run()
  230.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  231.     self.mainLoop()
  232.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  233.     self.doIteration(t)
  234.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  235.     _logrun(selectable, _drdw, selectable, method, dict)
  236. --- <exception caught here> ---
  237.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  238.     return callWithContext({"system": lp}, func, *args, **kw)
  239.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  240.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  241.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  242.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  243.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  244.     return func(*args,**kw)
  245.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  246.     self._disconnectSelectable(selectable, why, method=="doRead")
  247.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  248.     selectable.connectionLost(f)
  249.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  250.     Connection.connectionLost(self, reason)
  251.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  252.     protocol.connectionLost(reason)
  253.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  254.     self.handleResponseEnd()
  255.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  256.     self.shutdown()
  257.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  258.     self.client.channel.transport.loseConnection()
  259. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  260. Traceback (most recent call last):
  261.   File "sslstrip.py", line 105, in main
  262.     reactor.run()
  263.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  264.     self.mainLoop()
  265.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  266.     self.doIteration(t)
  267.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  268.     _logrun(selectable, _drdw, selectable, method, dict)
  269. --- <exception caught here> ---
  270.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  271.     return callWithContext({"system": lp}, func, *args, **kw)
  272.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  273.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  274.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  275.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  276.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  277.     return func(*args,**kw)
  278.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  279.     self._disconnectSelectable(selectable, why, method=="doRead")
  280.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  281.     selectable.connectionLost(f)
  282.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  283.     Connection.connectionLost(self, reason)
  284.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  285.     protocol.connectionLost(reason)
  286.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  287.     self.handleResponseEnd()
  288.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  289.     self.shutdown()
  290.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  291.     self.client.channel.transport.loseConnection()
  292. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  293. Traceback (most recent call last):
  294.   File "sslstrip.py", line 105, in main
  295.     reactor.run()
  296.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  297.     self.mainLoop()
  298.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  299.     self.doIteration(t)
  300.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  301.     _logrun(selectable, _drdw, selectable, method, dict)
  302. --- <exception caught here> ---
  303.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  304.     return callWithContext({"system": lp}, func, *args, **kw)
  305.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  306.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  307.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  308.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  309.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  310.     return func(*args,**kw)
  311.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  312.     self._disconnectSelectable(selectable, why, method=="doRead")
  313.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  314.     selectable.connectionLost(f)
  315.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  316.     Connection.connectionLost(self, reason)
  317.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  318.     protocol.connectionLost(reason)
  319.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  320.     self.handleResponseEnd()
  321.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  322.     self.shutdown()
  323.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  324.     self.client.channel.transport.loseConnection()
  325. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
  326. Traceback (most recent call last):
  327.   File "sslstrip.py", line 105, in main
  328.     reactor.run()
  329.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1158, in run
  330.     self.mainLoop()
  331.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in mainLoop
  332.     self.doIteration(t)
  333.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 140, in doSelect
  334.     _logrun(selectable, _drdw, selectable, method, dict)
  335. --- <exception caught here> ---
  336.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  337.     return callWithContext({"system": lp}, func, *args, **kw)
  338.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  339.     return context.call({ILogContext: newCtx}, func, *args, **kw)
  340.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  341.     return self.currentContext().callWithContext(ctx, func, *args, **kw)
  342.   File "/usr/local/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  343.     return func(*args,**kw)
  344.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 156, in _doReadOrWrite
  345.     self._disconnectSelectable(selectable, why, method=="doRead")
  346.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 253, in _disconnectSelectable
  347.     selectable.connectionLost(f)
  348.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in connectionLost
  349.     Connection.connectionLost(self, reason)
  350.   File "/usr/local/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
  351.     protocol.connectionLost(reason)
  352.   File "/usr/local/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in connectionLost
  353.     self.handleResponseEnd()
  354.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 108, in handleResponseEnd
  355.     self.shutdown()
  356.   File "/home/linx/Downloads/sslstrip-0.7/sslstrip/ServerConnection.py", line 134, in shutdown
  357.     self.client.channel.transport.loseConnection()
  358. exceptions.AttributeError: 'NoneType' object has no attribute 'transport'