facedancer
facedancer copied to clipboard
Implement your own USB device in Python, supported by a hardware peripheral such as Cynthion or GreatFET
Linux USB printer driver always sends set_interface even when there is only one and no alternate. ``` 0x01, // bmRequestType: Dir: H2D, Type: Standard, Recipient: Interface 0x0B, // bRequest (Set...
I have made a simple vfat32 disk image that i can separately mount and write to, however when i try to use it when on my greatfetOne using facedancer-umass.py it...
Hi, I am using the GreatFet One on Windows 10 with the Firmware version: v2021.2.1. I have been trying to run the facedancer's script `[USBKeyboard.py]` from `(https://github.com/greatscottgadgets/Facedancer/blob/master/legacy-applets/USBKeyboard.py)`. However, I have...
I had been getting a device not found error when using my Facedander21. It turned out that I wasn't importing `serial`, but that specific error wasn't getting propagated back and...
BACKEND: `greatfet` Facedancer commit: e688fe61dc34087db333432394e1f90e52ac3794 GreatFET firmware: `Firmware version: v2021.2.1` ## Problem Trying to proxy a XBox One Game-controller via FaceDancer, error received is: `greatdancer.set_up_endpoints: greatdancer: failed to configure impossible...
Support LUNA as a backend: https://github.com/greatscottgadgets/luna/issues/151
I'm encountering a hang in situations when I send bad data to a host with a GreatFET configured as a USB device. I seem to be able to reliably reproduce...
I am trying to proxy a device using a GF one. I validated this on 2 separate operating systems, Kali and Ubuntu, virtual and bare metal, respectively. The Ubuntu installation...
C:\Users\Silica\Desktop\greatfet\Facedancer>py facedancer-usbproxy.py -v 054C -p 04E4 Using GreatDancer backend. GreatDancer initialized Traceback (most recent call last): File "C:\Users\Silica\Desktop\greatfet\Facedancer\facedancer-usbproxy.py", line 50, in main() File "C:\Users\Silica\Desktop\greatfet\Facedancer\facedancer-usbproxy.py", line 33, in main d =...
Hi not sure if this classifies as issue, probably more like an enquiry or feature request.... anyway Some usb devices when plugged-in enumerates as vendor:product, however as some points they...