You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this issue on a Kali Linux ver. 2024.3 virtual machine when trying to run Smb_Ghost.py using Python3 ver. 3.12.7.
Using the command sudo pip3 install --break-system-packages hexdump installs the hexdump module. The --break-system-packages option bypasses the external management warning. The command will run properly after doing so.
I'm a noob using this exploit for a class project. This might have been obvious to a more seasoned individual but it took me an embarrassing amount of time to figure out. Hopefully this helps anyone else who finds themselves in my shoes, years in the future.
The text was updated successfully, but these errors were encountered:
I had this issue on a Kali Linux ver. 2024.3 virtual machine when trying to run Smb_Ghost.py using Python3 ver. 3.12.7.
Using the command
sudo pip3 install --break-system-packages hexdump
installs the hexdump module. The--break-system-packages
option bypasses the external management warning. The command will run properly after doing so.I'm a noob using this exploit for a class project. This might have been obvious to a more seasoned individual but it took me an embarrassing amount of time to figure out. Hopefully this helps anyone else who finds themselves in my shoes, years in the future.
The text was updated successfully, but these errors were encountered: