Skip to content
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

Workaround: ModuleNotFoundError: No module named 'hexdump' #10

Open
azcgithub opened this issue Dec 6, 2024 · 0 comments
Open

Workaround: ModuleNotFoundError: No module named 'hexdump' #10

azcgithub opened this issue Dec 6, 2024 · 0 comments

Comments

@azcgithub
Copy link

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant