Squ0nk
Grey Team
- 30.10.2017
- 213
- 84
Что делать если mitmf выдает ошибку
raceback (most recent call last):
File "./mitmf.py", line 105, in <module>
reactor.listenTCP(options.listen_port, strippingFactory)
File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 495, in listenTCP
p.startListening()
File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 980, in startListening
raise CannotListenError(self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:10000: [Errno 98] Address already in use.
raceback (most recent call last):
File "./mitmf.py", line 105, in <module>
reactor.listenTCP(options.listen_port, strippingFactory)
File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 495, in listenTCP
p.startListening()
File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 980, in startListening
raise CannotListenError(self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:10000: [Errno 98] Address already in use.
Последнее редактирование: