nccgroup / Zulu

The Zulu fuzzer
GNU Affero General Public License v3.0
125 stars 34 forks source link

start network capture error #5

Open sucof opened 8 years ago

sucof commented 8 years ago

there are two error, the first is start network capture is "start network proxy", and the next when I want to capture the communication of protocal, there are some error:

Exception in thread Thread-1: Traceback (most recent call last): File "C:\Python27\lib\threading.py", line 810, in __bootstrap_inner self.run() File "zulu.py", line 390, in run newsock, address = self.sock.accept() File "C:\Python27\lib\socket.py", line 206, in accept sock, addr = self._sock.accept() File "C:\Python27\lib\socket.py", line 174, in _dummy raise error(EBADF, 'Bad file descriptor') error: [Errno 9] Bad file descriptor

Traceback (most recent call last): File "zulu.py", line 2062, in StopCapture self.ConnectionToClose() File "zulu.py", line 6122, in ConnectionToClose s.connect(("127.0.0.1", self.port)) File "C:\Python27\lib\socket.py", line 228, in meth return getattr(self._sock,name)(*args)