Jump to content

abs0lut3z33r0

Active Members
  • Posts

    39
  • Joined

  • Last visited

Posts posted by abs0lut3z33r0

  1. Before you judge a man, walk a mile in his shoes, at least that way you are a mile away and have his shoes!

    There exists more than one way to contribute, for me to order a product from the US I get stung financially on many front, such

    that any order low value order I make can have a price tag 50% higher than if I were a US citizen.

    I'm currently employed as a Software Developer, and I would gladly contribute time if I were able.

    I'm not a pentester, but I'm attacking things from the learning experience point of view, "know thy enemy"

    I also have the same problem as you , i ordered the teensy in place of rubber ducky. Hak5 doesnt give out any coupons or discounts. The shipping,handling and customs to my country would have doubled the ducky costs.

  2. I had a Samsung N148 (non windows vs of N150 ) . I sold it a year ago .There are better options available than a netb00k. I really pity darren for using netbook for such a long time . Go for 11" or 12" models with AMD proc

  3. .I am getting the following error on sslstrip 0.8 and 0.9 on backtrack5 . SSLStrip runs successfuly for sometime (1-2mins) then it crashes with a successful sslstrip.log

    159d1328614407-sslstrip-runtime-error-sslstrip_error.png

     sslstrip 0.8 by Moxie Marlinspike running... Traceback (most  recent call last):   File  "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in  callWithLogger 	return callWithContext({"system": lp}, func, *args,  **kw)   File "/usr/lib/python2.6/dist-packages/twisted/python/log.py",  line 69, in callWithContext 	return context.call({ILogContext:  newCtx}, func, *args, **kw)   File  "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59,  in callWithContext 	return self.currentContext().callWithContext(ctx,  func, *args, **kw)   File  "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37,  in callWithContext 	return func(*args,**kw) --- <exception caught  here> ---   File  "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py",  line 146, in _doReadOrWrite 	why = getattr(selectable, method)()    File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line  460, in doRead 	return self.protocol.dataReceived(data)   File  "/usr/lib/python2.6/dist-packages/twisted/protocols/basic.py", line 259,  in dataReceived 	return self.rawDataReceived(data)   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 537, in  rawDataReceived 	self.handleResponseEnd()   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 110, in  handleResponseEnd 	HTTPClient.handleResponseEnd(self)   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 500, in  handleResponseEnd 	self.handleResponse(B)   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 121, in  handleResponse 	self.shutdown()   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 141, in  shutdown 	self.client.finish()   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 900, in  finish 	"Request.finish called on a request after its connection was  lost; " exceptions.RuntimeError: Request.finish called on a request  after its connection was lost; use Request.notifyFinish to keep track of  this. Traceback (most recent call last):   File "./sslstrip.py", line  105, in main 	reactor.run()   File  "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170,  in run 	self.mainLoop()   File  "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1182,  in mainLoop 	self.doIteration(t)   File  "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py",  line 140, in doSelect 	_logrun(selectable, _drdw, selectable, method,  dict) --- <exception caught here> ---   File  "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in  callWithLogger 	return callWithContext({"system": lp}, func, *args,  **kw)   File "/usr/lib/python2.6/dist-packages/twisted/python/log.py",  line 69, in callWithContext 	return context.call({ILogContext:  newCtx}, func, *args, **kw)   File  "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59,  in callWithContext 	return self.currentContext().callWithContext(ctx,  func, *args, **kw)   File  "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37,  in callWithContext 	return func(*args,**kw)   File  "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py",  line 156, in _doReadOrWrite 	self._disconnectSelectable(selectable,  why, method=="doRead")   File  "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line  191, in _disconnectSelectable 	selectable.readConnectionLost(f)    File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line  508, in readConnectionLost 	self.connectionLost(reason)   File  "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 677, in  connectionLost 	Connection.connectionLost(self, reason)   File  "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 519, in  connectionLost 	protocol.connectionLost(reason)   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 489, in  connectionLost 	self.handleResponseEnd()   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 110, in  handleResponseEnd 	HTTPClient.handleResponseEnd(self)   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 500, in  handleResponseEnd 	self.handleResponse(B)   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 121, in  handleResponse 	self.shutdown()   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 141, in  shutdown 	self.client.finish()   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 900, in  finish 	"Request.finish called on a request after its connection was  lost; " exceptions.RuntimeError: Request.finish called on a request  after its connection was lost; use Request.notifyFinish to keep track of  this. Traceback (most recent call last):   File  "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in  callWithLogger 	return callWithContext({"system": lp}, func, *args,  **kw)   File "/usr/lib/python2.6/dist-packages/twisted/python/log.py",  line 69, in callWithContext 	return context.call({ILogContext:  newCtx}, func, *args, **kw)   File  "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59,  in callWithContext 	return self.currentContext().callWithContext(ctx,  func, *args, **kw)   File  "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37,  in callWithContext 	return func(*args,**kw) --- <exception caught  here> ---   File  "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py",  line 146, in _doReadOrWrite 	why = getattr(selectable, method)()    File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line  460, in doRead 	return self.protocol.dataReceived(data)   File  "/usr/lib/python2.6/dist-packages/twisted/protocols/basic.py", line 259,  in dataReceived 	return self.rawDataReceived(data)   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 537, in  rawDataReceived 	self.handleResponseEnd()   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 110, in  handleResponseEnd 	HTTPClient.handleResponseEnd(self)   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 500, in  handleResponseEnd 	self.handleResponse(B)   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 121, in  handleResponse 	self.shutdown()   File  "/pentest/web/sslstrip/sslstrip/ServerConnection.py", line 141, in  shutdown 	self.client.finish()   File  "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 900, in  finish 	"Request.finish called on a request after its connection was  lost; " exceptions.RuntimeError: Request.finish called on a request  after its connection was lost; use Request.notifyFinish to keep track of  this.

×
×
  • Create New...