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

examples/listen_uroboros.py is broken #123

Closed
zachriggle opened this issue Sep 17, 2014 · 1 comment
Closed

examples/listen_uroboros.py is broken #123

zachriggle opened this issue Sep 17, 2014 · 1 comment
Labels
Milestone

Comments

@zachriggle
Copy link
Member

~/pwntools ❯❯❯ gco upstream/master                                                                                 ⏎
HEAD is now at 1183fe4... Fixed a bug where readthedocs did not have rop documentation
~/pwntools ❯❯❯ python examples/listen_uroboros.py
[+] Trying to bind to 0.0.0.0 on port 1337: OK
[|] Waiting for connections on 0.0.0.0:1337
[/.......] Trying to bind to 0.0.0.0 on port 1337: Trying 0.0.0.0
Traceback (most recent call last):
  File "examples/listen_uroboros.py", line 8, in <module>
    cs = [listen(1337) for _ in range(3)]
  File "/home/user/pwntools/pwnlib/tubes/listen.py", line 58, in __init__
    listen_sock.bind(self.sockaddr)
  File "/home/user/.pyenv/versions/2.7.8/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use
TethysSvensson pushed a commit that referenced this issue Sep 18, 2014
@TethysSvensson
Copy link
Contributor

Fixed in cb9d535.

@zachriggle zachriggle added the bug label Dec 15, 2014
@zachriggle zachriggle added this to the 2.2 milestone Dec 15, 2014
Kyle-Kyle pushed a commit to Kyle-Kyle/pwntools that referenced this issue Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants