goodfet
goodfet copied to clipboard
Broken Pipe
Hello, I'm actually trying to learn how i could do a man in the middle attack and i got the facedancers for this. Then i saw the ttwe proto who seemed quite useful so i tried to use it wiring a mouse to a facedancer21 to my pc and another pc to another facedancer21 to my pc. And after configuring, i launched the TTWE_host.py, then the TTWE_client and i get this error message :
`$ sudo python3 client/TTWEClient.py -v
Facedancer reset
GoodFET monitor initialized
MAXUSB initialized
MAXUSB enabled
MAXUSB revision 19
Attempting connection
MAXUSB connected device TTWEClient Device
Done connecting
Traceback (most recent call last):
File "client/TTWEClient.py", line 287, in
Any help would be very appreciated, Thanks
EDIT : The problem has been fixed by editing goodfet.py, replacing occurences of 'self.serialport.setTimeout();' by 'self.serialport.timeout=;' and by plugging the client first.