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

Can't handling connection with error Broken pipe #28

Open
mabiin opened this issue Dec 16, 2018 · 1 comment
Open

Can't handling connection with error Broken pipe #28

mabiin opened this issue Dec 16, 2018 · 1 comment

Comments

@mabiin
Copy link

mabiin commented Dec 16, 2018

I can't connect to server from victim.
I have issue about Broken pipe when run_fake_server

Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/root/Seth/seth/main.py", line 42, in run
    self.run_fake_server()
  File "/root/Seth/seth/main.py", line 87, in run_fake_server
    (id, id)))
  File "/usr/lib/python3.5/ssl.py", line 861, in send
    return self._sslobj.write(data)
  File "/usr/lib/python3.5/ssl.py", line 586, in write
    return self._sslobj.write(data)
BrokenPipeError: [Errno 32] Broken pipe

Any one help me know my issue?
image

@AdrianVollmer
Copy link
Member

Looks the victim may have closed the connection... hard to tell without further investigation

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

2 participants