-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about proxy.py #142
Comments
Hi, thank you for your questions! Can you please copy and paste the error message that's being reported? |
At first, I downloaded version 3.0.6 of the library locally and tried to run the proxy.py file. I encountered the first problem as follows: For example, the import command from .request import USBControlRequest in the file, I deleted all the "." in the import command, renamed the error-prone types.py and logging.py files, and updated them to the various files in the facedancer folder. Traceback (most recent call last): That's my question. Thank you for your patience. |
The main problems you're running into are:
Can you please also tell me more about the hardware you're using, you said it is 'facedancer' but there are many different Facedancer devices such as the GoodFET, Cynthion, Hydradancer etc. |
Thank you very much for your help. My facedancer is a GoodFET device. I found my problem, when I called python ./examples/usbproxy.py, my python could not recognize the device. I also tried many methods (for example: export BACKEND=goodfet; tried to change the facedancer library file, etc.). I also referred to the web tutorial you mentioned. Finally I found that there was a problem with my hardware device. When I ran python ./examples/usbproxy.py, my kali could not recognize the facedancer of GoodFET. However, when I tried to run the file https://github.com/travisgoodspeed/goodfet, there was a client/ under its directory. When I tried to call python facedancer-keyboard.py, there was no problem of not being able to recognize the facedaner. It has been running normally. It may be that my way of opening is different. I think I may need to try a new device again. Thank you again. Thank you very much. |
Hardware: facedancer
Software: kali, python3.8.9
After I downloaded the file from the library, I tried to run the facedancer\proxy.py file, but it always reported a dependency library problem
I am a newbie, can you please give me some guidance?
If this hardware/software doesn't work, is there any other way to enable the proxy? What I want is to capture the USB data packets fed back by the device under test
The text was updated successfully, but these errors were encountered: