h2csmuggler icon indicating copy to clipboard operation
h2csmuggler copied to clipboard

Traceback issue

Open bootyhunt3r opened this issue 3 years ago • 1 comments

First off, great research, like literally mindblowing, now coming to the bug! When I am running this tool, after a couple of seconds I am getting this error :

Traceback (most recent call last):
  File "./h2csmuggler.py", line 378, in <module>
    init()
  File "./h2csmuggler.py", line 352, in init
    p.map(scan, lines)
  File "/usr/lib/python3.8/multiprocessing/pool.py", line 364, in map
    return self._map_async(func, iterable, mapstar, chunksize).get()
  File "/usr/lib/python3.8/multiprocessing/pool.py", line 771, in get
    raise self._value
  File "/usr/lib/python3.8/multiprocessing/pool.py", line 125, in worker
    result = (True, func(*args, **kwds))
  File "/usr/lib/python3.8/multiprocessing/pool.py", line 48, in mapstar
    return list(map(*args))
  File "./h2csmuggler.py", line 286, in scan
    connection.shutdown(socket.SHUT_RDWR)
OSError: [Errno 107] Transport endpoint is not connected

bootyhunt3r avatar Jul 22 '21 07:07 bootyhunt3r

Same problem

Sarfu47 avatar Oct 13 '21 20:10 Sarfu47