GithubHelp home page GithubHelp logo

Comments (9)

Lekensteyn avatar Lekensteyn commented on August 10, 2024

GnuTLS is not affected by Heartbleed, so this test does not work. On Arch Linux, git is compiled against OpenSSL which could be tested.

If it is about the exceptions, well there are other ways to trigger them like echo | nc 127.1 4433. Perhaps it should be fixed.

from pacemaker.

joliss avatar joliss commented on August 10, 2024

Ah, that makes sense. Perhaps it's possible to detect this and clarify the error reporting? (I'll leave it up to you to close this issue.)

from pacemaker.

Lekensteyn avatar Lekensteyn commented on August 10, 2024

It is possible to add, why not? I'll leave it open until it is fixed. Thanks for the report btw.

from pacemaker.

hurzl avatar hurzl commented on August 10, 2024

Same exception happens when called from midori

from pacemaker.

Lekensteyn avatar Lekensteyn commented on August 10, 2024

Should be fixed in latest code, please check.

from pacemaker.

hurzl avatar hurzl commented on August 10, 2024

no, sorry

Listening on :4433 for tls clients
Connection from: 127.0.0.1:30810
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 30810)
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/local/lib/python2.7/SocketServer.py", line 321, in process_request
    self.finish_request(request, client_address)
  File "/usr/local/lib/python2.7/SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/local/lib/python2.7/SocketServer.py", line 649, in __init__
    self.handle()
  File "pacemaker.py", line 99, in handle
    self.do_evil()
  File "pacemaker.py", line 146, in do_evil
    if not self.read_memory(self.request, self.args.timeout):
  File "pacemaker.py", line 161, in read_memory
    data = rl[0].recv(wanted_bytes)
error: [Errno 54] Connection reset by peer
----------------------------------------

from pacemaker.

Lekensteyn avatar Lekensteyn commented on August 10, 2024

Yay, consistency between Python 2 and 3. In Python 3, it is documented that errors should throw an OSError. I'll fix this for Python 2.

EDIT: just pushed a fix.

from pacemaker.

hurzl avatar hurzl commented on August 10, 2024

Yes it worked with python3 and now with 2, too ;) thanks!

from pacemaker.

Lekensteyn avatar Lekensteyn commented on August 10, 2024

I guess that is a fixed report. For other readers, this error was reported by the NSS library because the connection got aborted after receiving a fatal alert (because of protocol violation).

from pacemaker.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.