Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSLEOFError: EOF occurred in violation of protocol #3

Open
koxu1996 opened this issue Dec 11, 2017 · 0 comments
Open

SSLEOFError: EOF occurred in violation of protocol #3

koxu1996 opened this issue Dec 11, 2017 · 0 comments

Comments

@koxu1996
Copy link

I am unable to run example:

$ python --version
Python 2.7.14
$ python rc-exploit --threads 1 plugins.example
Successfully loaded plugin
Using 1 threads/connections
Starting thread 0
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/home/andrew/race-condition-exploit/rc_exploit/utils/create_threads.py", line 39, in run
    conn.send(request_str[:-1])
  File "/home/andrew/race-condition-exploit/rc_exploit/utils/create_threads.py", line 88, in send
    return self.ssl_sock.write(*args, **kwargs)
  File "/usr/lib64/python2.7/ssl.py", line 671, in write
    return self._sslobj.write(data)
SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1741)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant