pentestfunctions / BlueDucky

🚨 CVE-2023-45866 - BlueDucky Implementation (Using DuckyScript) 🔓 Unauthenticated Peering Leading to Code Execution (Using HID Keyboard)
953 stars 162 forks source link

module error #34

Open briggsgit opened 1 month ago

briggsgit commented 1 month ago

Hi, new user just joined... Hi people.

I've followed the instruction line for line as root on kali but I keep getting an error telling me that 'utils' is not a package.

┌──(root㉿kali)-[~/BlueDucky] └─# python3 BlueDucky.py
Traceback (most recent call last): File "/root/BlueDucky/BlueDucky.py", line 7, in from utils.menu_functions import (main_menu, read_duckyscript, run, restart_bluetooth_daemon, get_target_address) ModuleNotFoundError: No module named 'utils.menu_functions'; 'utils' is not a package

┌──(root㉿kali)-[~/BlueDucky] └─# ls BlueDucky.py README.md init.py images payloads utils

┌──(root㉿kali)-[~/BlueDucky] └─# cd utils

┌──(root㉿kali)-[~/BlueDucky/utils] └─# ls pycache magic_keyboard_hid.py menu_functions.py register_device.py

please help, i'm new at linux only 3 months.

thanks